Html Css Color HEX #20CCB2 Light Sea Green

📋 copy color: '#20CCB2'

red 32 ◦ green 204 ◦ blue 178

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

Shades of Light Sea Green #20CCB2

Tints of Light Sea Green #20CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.28%

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

R = 7.73%
G = 49.28%
B = 43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#20CCB2 (or 0x20CCB2) is known color: Light Sea Green. HEX triplet: 20, CC and B2. RGB value is (32,204,178). Sum of RGB (Red+Green+Blue) = 32+204+178=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CCB2 is #DF334D. Grayscale: #959595. Windows color (decimal): -14627662 or 11717664. OLE color: 11717664.

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

Color convert

RGB 32 204 178 -
CMYK 0.84 0 0.13 0.2
HSL 170.93º 0.73% 0.46% -
HSV(B) 170.93º 0.84% 0.8% -
XYZ 30.22 46.71 49.54 -
YUV 149.61 144.02 44.11 -
System Red Green Blue C M Y K H S L
Decimal 32 204 178 0.84 0 0.13 0.2 170.93 0.73 0.46
Hex 20 CC B2 54 0 D 14 AB 49 2E
Octal 40 314 262 124 0 15 24 253 111 56
Binary 100000 11001100 10110010 1010100 0 1101 10100 10101011 1001001 101110

Color Harmonies of #20CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCB2

Black with #20CCB2

Text Example


Text Example

White with #20CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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