Html Css Color HEX #23AA9F Light Sea Green

📋 copy color: '#23AA9F'

red 35 ◦ green 170 ◦ blue 159

#23AA9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #23AA9F

Tints of Light Sea Green #23AA9F

RGB

 RED value IS 35 (14.06% from 255) = 9.62%

 GREEN value IS 170 (66.8% from 255) = 46.7%

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 9.62%
G = 46.7%
B = 43.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#23AA9F (or 0x23AA9F) is known color: Light Sea Green. HEX triplet: 23, AA and 9F. RGB value is (35,170,159). Sum of RGB (Red+Green+Blue) = 35+170+159=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AA9F is #DC5560. Grayscale: #808080. Windows color (decimal): -14439777 or 10463779. OLE color: 10463779.

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

Color convert

RGB 35 170 159 -
CMYK 0.79 0 0.06 0.33
HSL 175.11º 0.66% 0.4% -
HSV(B) 175.11º 0.79% 0.67% -
XYZ 21.33 31.61 37.78 -
YUV 128.38 145.27 61.39 -
System Red Green Blue C M Y K H S L
Decimal 35 170 159 0.79 0 0.06 0.33 175.11 0.66 0.4
Hex 23 AA 9F 4F 0 6 21 AF 42 28
Octal 43 252 237 117 0 6 41 257 102 50
Binary 100011 10101010 10011111 1001111 0 110 100001 10101111 1000010 101000

Color Harmonies of #23AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AA9F

Black with #23AA9F

Text Example


Text Example

White with #23AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23AA9F;
 }
 .AnyTagClassName
 {
   color: #23AA9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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