Html Css Color HEX #20CBBE Light Sea Green

📋 copy color: '#20CBBE'

red 32 ◦ green 203 ◦ blue 190

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

Shades of Light Sea Green #20CBBE

Tints of Light Sea Green #20CBBE

RGB

 RED value IS 32 (12.89% from 255) = 7.53%

 GREEN value IS 203 (79.69% from 255) = 47.76%

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 7.53%
G = 47.76%
B = 44.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#20CBBE (or 0x20CBBE) is known color: Light Sea Green. HEX triplet: 20, CB and BE. RGB value is (32,203,190). Sum of RGB (Red+Green+Blue) = 32+203+190=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBBE is #DF3441. Grayscale: #969696. Windows color (decimal): -14627906 or 12503840. OLE color: 12503840.

HSL color Cylindrical-coordinate representation of color #20CBBE: hue angle of 175.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CBBE is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 203 190 -
CMYK 0.84 0 0.06 0.20
HSL 175.44º 0.73% 0.46% -
HSV(B) 175.44º 0.84% 0.8% -
XYZ 31.25 46.74 56.09 -
YUV 150.39 150.35 43.56 -
System Red Green Blue C M Y K H S L
Decimal 32 203 190 0.84 0 0.06 0.20 175.44 0.73 0.46
Hex 20 CB BE 54 0 6 14 AF 49 2E
Octal 40 313 276 124 0 6 24 257 111 56
Binary 100000 11001011 10111110 1010100 0 110 10100 10101111 1001001 101110

Color Harmonies of #20CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBBE

Black with #20CBBE

Text Example


Text Example

White with #20CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CBBE; }

 p { color: rgb(32,203,190); }

 H1.HeaderClassName
 {
   color: #20CBBE;
 }
 .AnyTagClassName
 {
   color: #20CBBE;
 }
</style>

background-color css

<style>
 a { background-color: #20CBBE; }

 a { background-color: rgb(32,203,190); }

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

border-color css

<style>
 span { border-color: #20CBBE; }

 span { border-color: rgb(32,203,190); }

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