Html Css Color HEX #20C7B4 Light Sea Green

📋 copy color: '#20C7B4'

red 32 ◦ green 199 ◦ blue 180

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

Shades of Light Sea Green #20C7B4

Tints of Light Sea Green #20C7B4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.42%

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 7.79%
G = 48.42%
B = 43.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#20C7B4 (or 0x20C7B4) is known color: Light Sea Green. HEX triplet: 20, C7 and B4. RGB value is (32,199,180). Sum of RGB (Red+Green+Blue) = 32+199+180=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #20C7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C7B4 is #DF384B. Grayscale: #929292. Windows color (decimal): -14628940 or 11847456. OLE color: 11847456.

HSL color Cylindrical-coordinate representation of color #20C7B4: hue angle of 173.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C7B4 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 199 180 -
CMYK 0.84 0 0.10 0.22
HSL 173.17º 0.72% 0.45% -
HSV(B) 173.17º 0.84% 0.78% -
XYZ 29.26 44.45 50.22 -
YUV 146.9 146.67 46.04 -
System Red Green Blue C M Y K H S L
Decimal 32 199 180 0.84 0 0.10 0.22 173.17 0.72 0.45
Hex 20 C7 B4 54 0 A 16 AD 48 2D
Octal 40 307 264 124 0 12 26 255 110 55
Binary 100000 11000111 10110100 1010100 0 1010 10110 10101101 1001000 101101

Color Harmonies of #20C7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C7B4

Black with #20C7B4

Text Example


Text Example

White with #20C7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,199,180); }

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

background-color css

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

 a { background-color: rgb(32,199,180); }

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

border-color css

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

 span { border-color: rgb(32,199,180); }

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