#23AA9E

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

Shades of Light Sea Green #23AA9E

Tints of Light Sea Green #23AA9E

Color information

#23AA9E (or 0x23AA9E) is unknown color: approx Light Sea Green. HEX triplet: 23, AA and 9E. RGB value is (35,170,158). Sum of RGB (Red+Green+Blue) = 35+170+158=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AA9E is #DC5561. Grayscale: #808080. Windows color (decimal): -14439778 or 10398243. OLE color: 10398243.

HSL color Cylindrical-coordinate representation of color #23AA9E: hue angle of 174.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA9E is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB35170158-
CMYK0.7900.070.33
HSL174.67º65.85%40.2%-
HSV(B)174.67º79.41%66.67%-
XYZ21.2431.5837.32-
YUV128.27144.7761.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.64%
GREEN value IS 170 (66.80% from 255) = 46.83%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=9.64%
G=46.83%
B=43.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351701580.7900.070.33174.6765.8540.2
Hex23AA9E4F0721af4228
Octal43252236117074125710250
Binary100011101010101001111010011110111100001101011111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,170,158); }

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

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

 a { background-color: rgb(35,170,158); }

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

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

 span { border-color: rgb(35,170,158); }

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