#23AFA9

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

Shades of Light Sea Green #23AFA9

Tints of Light Sea Green #23AFA9

Color information

#23AFA9 (or 0x23AFA9) is unknown color: approx Light Sea Green. HEX triplet: 23, AF and A9. RGB value is (35,175,169). Sum of RGB (Red+Green+Blue) = 35+175+169=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #23AFA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AFA9 is #DC5056. Grayscale: #848484. Windows color (decimal): -14438487 or 11120419. OLE color: 11120419.

HSL color Cylindrical-coordinate representation of color #23AFA9: hue angle of 177.43º 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 #23AFA9 is Cyan = 0.8, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB35175169-
CMYK0.800.030.31
HSL177.43º66.67%41.18%-
HSV(B)177.43º80%68.63%-
XYZ23.1833.8842.85-
YUV132.46148.6258.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.23%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 169 (66.41% from 255) = 44.59%
R=9.23%
G=46.17%
B=44.59%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351751690.800.030.31177.4366.6741.18
Hex23AFA950031Fb14329
Octal43257251120033726110351
Binary1000111010111110101001101000001111111101100011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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