Html Css Color HEX #20CCB7 Light Sea Green

📋 copy color: '#20CCB7'

red 32 ◦ green 204 ◦ blue 183

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

Shades of Light Sea Green #20CCB7

Tints of Light Sea Green #20CCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.68%

R = 7.64%
G = 48.69%
B = 43.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#20CCB7 (or 0x20CCB7) is known color: Light Sea Green. HEX triplet: 20, CC and B7. RGB value is (32,204,183). Sum of RGB (Red+Green+Blue) = 32+204+183=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCB7 is #DF3348. Grayscale: #969696. Windows color (decimal): -14627657 or 12045344. OLE color: 12045344.

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

Color convert

RGB 32 204 183 -
CMYK 0.84 0 0.10 0.2
HSL 172.67º 0.73% 0.46% -
HSV(B) 172.67º 0.84% 0.8% -
XYZ 30.74 46.91 52.23 -
YUV 150.18 146.52 43.71 -
System Red Green Blue C M Y K H S L
Decimal 32 204 183 0.84 0 0.10 0.2 172.67 0.73 0.46
Hex 20 CC B7 54 0 A 14 AD 49 2E
Octal 40 314 267 124 0 12 24 255 111 56
Binary 100000 11001100 10110111 1010100 0 1010 10100 10101101 1001001 101110

Color Harmonies of #20CCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCB7

Black with #20CCB7

Text Example


Text Example

White with #20CCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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