Html Css Color HEX #20CBB2 Light Sea Green

📋 copy color: '#20CBB2'

red 32 ◦ green 203 ◦ blue 178

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

Shades of Light Sea Green #20CBB2

Tints of Light Sea Green #20CBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 7.75%
G = 49.15%
B = 43.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#20CBB2 (or 0x20CBB2) is known color: Light Sea Green. HEX triplet: 20, CB and B2. RGB value is (32,203,178). Sum of RGB (Red+Green+Blue) = 32+203+178=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CBB2 is #DF344D. Grayscale: #949494. Windows color (decimal): -14627918 or 11717408. OLE color: 11717408.

HSL color Cylindrical-coordinate representation of color #20CBB2: hue angle of 171.23º 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 #20CBB2 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 203 178 -
CMYK 0.84 0 0.12 0.20
HSL 171.23º 0.73% 0.46% -
HSV(B) 171.23º 0.84% 0.8% -
XYZ 29.99 46.23 49.46 -
YUV 149.02 144.35 44.53 -
System Red Green Blue C M Y K H S L
Decimal 32 203 178 0.84 0 0.12 0.20 171.23 0.73 0.46
Hex 20 CB B2 54 0 C 14 AB 49 2E
Octal 40 313 262 124 0 14 24 253 111 56
Binary 100000 11001011 10110010 1010100 0 1100 10100 10101011 1001001 101110

Color Harmonies of #20CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBB2

Black with #20CBB2

Text Example


Text Example

White with #20CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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