#23ac9f

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

Shades of Light Sea Green #23AC9F

Tints of Light Sea Green #23AC9F

Color information

#23AC9F (or 0x23AC9F) is unknown color: approx Light Sea Green. HEX triplet: 23, AC and 9F. RGB value is (35,172,159). Sum of RGB (Red+Green+Blue) = 35+172+159=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #23AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AC9F is #DC5360. Grayscale: #818181. Windows color (decimal): -14439265 or 10464291. OLE color: 10464291.

HSL color Cylindrical-coordinate representation of color #23AC9F: hue angle of 174.31º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AC9F is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB35172159-
CMYK0.8000.080.33
HSL174.31º66.18%40.59%-
HSV(B)174.31º79.65%67.45%-
XYZ21.732.3737.9-
YUV129.56144.6160.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.56%
GREEN value IS 172 (67.58% from 255) = 46.99%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=9.56%
G=46.99%
B=43.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351721590.8000.080.33174.3166.1840.59
Hex23AC9F500821ae4229
Octal432542371200104125610251
Binary1000111010110010011111101000001000100001101011101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ac9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,172,159); }

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

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

 a { background-color: rgb(35,172,159); }

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

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

 span { border-color: rgb(35,172,159); }

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