#23A6A1

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

Shades of Light Sea Green #23A6A1

Tints of Light Sea Green #23A6A1

Color information

#23A6A1 (or 0x23A6A1) is unknown color: approx Light Sea Green. HEX triplet: 23, A6 and A1. RGB value is (35,166,161). Sum of RGB (Red+Green+Blue) = 35+166+161=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #23A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A6A1 is #DC595E. Grayscale: #7E7E7E. Windows color (decimal): -14440799 or 10593827. OLE color: 10593827.

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

Color convert

RGB35166161-
CMYK0.7900.030.35
HSL177.71º65.17%39.41%-
HSV(B)177.71º78.92%65.1%-
XYZ20.7630.238.45-
YUV126.26147.662.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.67%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 161 (63.28% from 255) = 44.48%
R=9.67%
G=45.86%
B=44.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal351661610.7900.030.35177.7165.1739.41
Hex23A6A14F0323b24127
Octal43246241117034326210147
Binary10001110100110101000011001111011100011101100101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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