#23AFA6

Color #23AFA6 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #23AFA6

Tints of Light Sea Green #23AFA6

Color information

#23AFA6 (or 0x23AFA6) is unknown color: approx Light Sea Green. HEX triplet: 23, AF and A6. RGB value is (35,175,166). Sum of RGB (Red+Green+Blue) = 35+175+166=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #23AFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AFA6 is #DC5059. Grayscale: #848484. Windows color (decimal): -14438490 or 10923811. OLE color: 10923811.

HSL color Cylindrical-coordinate representation of color #23AFA6: hue angle of 176.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AFA6 is Cyan = 0.8, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB35175166-
CMYK0.800.050.31
HSL176.14º66.67%41.18%-
HSV(B)176.14º80%68.63%-
XYZ22.9133.7741.39-
YUV132.11147.1258.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 9.31%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 166 (65.23% from 255) = 44.15%
R=9.31%
G=46.54%
B=44.15%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351751660.800.050.31176.1466.6741.18
Hex23AFA650051Fb04329
Octal43257246120053726010351
Binary10001110101111101001101010000010111111101100001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23AFA6; }

 p { color: rgb(35,175,166); }

 H1.HeaderClassName
 {
   color: #23AFA6;
 }
 .AnyTagClassName
 {
   color: #23AFA6;
 }
</style>
background-color css

<style>
 a { background-color: #23AFA6; }

 a { background-color: rgb(35,175,166); }

 div.DivClassName
 {
   background-color: #23AFA6;
 }
 .BgClassName
 {
   background-color: #23AFA6;
 }
</style>
border-color css

<style>
 span { border-color: #23AFA6; }

 span { border-color: rgb(35,175,166); }

 td.TdClassName
 {
   border-color: #23AFA6;
 }
 .TagClassName
 {
   border-color: #23AFA6;
 }
</style>