Html Css Color HEX #20CCB3 Light Sea Green

📋 copy color: '#20CCB3'

red 32 ◦ green 204 ◦ blue 179

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

Shades of Light Sea Green #20CCB3

Tints of Light Sea Green #20CCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.13%

R = 7.71%
G = 49.16%
B = 43.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#20CCB3 (or 0x20CCB3) is known color: Light Sea Green. HEX triplet: 20, CC and B3. RGB value is (32,204,179). Sum of RGB (Red+Green+Blue) = 32+204+179=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCB3 is #DF334C. Grayscale: #959595. Windows color (decimal): -14627661 or 11783200. OLE color: 11783200.

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

Color convert

RGB 32 204 179 -
CMYK 0.84 0 0.12 0.2
HSL 171.28º 0.73% 0.46% -
HSV(B) 171.28º 0.84% 0.8% -
XYZ 30.33 46.75 50.07 -
YUV 149.72 144.52 44.03 -
System Red Green Blue C M Y K H S L
Decimal 32 204 179 0.84 0 0.12 0.2 171.28 0.73 0.46
Hex 20 CC B3 54 0 C 14 AB 49 2E
Octal 40 314 263 124 0 14 24 253 111 56
Binary 100000 11001100 10110011 1010100 0 1100 10100 10101011 1001001 101110

Color Harmonies of #20CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCB3

Black with #20CCB3

Text Example


Text Example

White with #20CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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