#23A6A0

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

Shades of Light Sea Green #23A6A0

Tints of Light Sea Green #23A6A0

Color information

#23A6A0 (or 0x23A6A0) is unknown color: approx Light Sea Green. HEX triplet: 23, A6 and A0. RGB value is (35,166,160). Sum of RGB (Red+Green+Blue) = 35+166+160=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #23A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A6A0 is #DC595F. Grayscale: #7E7E7E. Windows color (decimal): -14440800 or 10528291. OLE color: 10528291.

HSL color Cylindrical-coordinate representation of color #23A6A0: hue angle of 177.25º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A6A0 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB35166160-
CMYK0.7900.040.35
HSL177.25º65.17%39.41%-
HSV(B)177.25º78.92%65.1%-
XYZ20.6730.1737.99-
YUV126.15147.162.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.70%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 160 (62.89% from 255) = 44.32%
R=9.70%
G=45.98%
B=44.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal351661600.7900.040.35177.2565.1739.41
Hex23A6A04F0423b14127
Octal43246240117044326110147
Binary100011101001101010000010011110100100011101100011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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