Html Css Color HEX #23C0AA Light Sea Green

📋 copy color: '#23C0AA'

red 35 ◦ green 192 ◦ blue 170

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

Shades of Light Sea Green #23C0AA

Tints of Light Sea Green #23C0AA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.36%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 8.82%
G = 48.36%
B = 42.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#23C0AA (or 0x23C0AA) is known color: Light Sea Green. HEX triplet: 23, C0 and AA. RGB value is (35,192,170). Sum of RGB (Red+Green+Blue) = 35+192+170=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #23C0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C0AA is #DC3F55. Grayscale: #8E8E8E. Windows color (decimal): -14434134 or 11190307. OLE color: 11190307.

HSL color Cylindrical-coordinate representation of color #23C0AA: hue angle of 171.59º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C0AA is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 192 170 -
CMYK 0.82 0 0.11 0.25
HSL 171.59º 0.69% 0.45% -
HSV(B) 171.59º 0.82% 0.75% -
XYZ 26.8 40.96 44.52 -
YUV 142.55 143.49 51.29 -
System Red Green Blue C M Y K H S L
Decimal 35 192 170 0.82 0 0.11 0.25 171.59 0.69 0.45
Hex 23 C0 AA 52 0 B 19 AC 45 2D
Octal 43 300 252 122 0 13 31 254 105 55
Binary 100011 11000000 10101010 1010010 0 1011 11001 10101100 1000101 101101

Color Harmonies of #23C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C0AA

Black with #23C0AA

Text Example


Text Example

White with #23C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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