Html Css Color HEX #20C7BF Light Sea Green

📋 copy color: '#20C7BF'

red 32 ◦ green 199 ◦ blue 191

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

Shades of Light Sea Green #20C7BF

Tints of Light Sea Green #20C7BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 7.58%
G = 47.16%
B = 45.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#20C7BF (or 0x20C7BF) is known color: Light Sea Green. HEX triplet: 20, C7 and BF. RGB value is (32,199,191). Sum of RGB (Red+Green+Blue) = 32+199+191=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #20C7BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C7BF is #DF3840. Grayscale: #949494. Windows color (decimal): -14628929 or 12568352. OLE color: 12568352.

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

Color convert

RGB 32 199 191 -
CMYK 0.84 0 0.04 0.22
HSL 177.13º 0.72% 0.45% -
HSV(B) 177.13º 0.84% 0.78% -
XYZ 30.42 44.92 56.36 -
YUV 148.16 152.17 45.15 -
System Red Green Blue C M Y K H S L
Decimal 32 199 191 0.84 0 0.04 0.22 177.13 0.72 0.45
Hex 20 C7 BF 54 0 4 16 B1 48 2D
Octal 40 307 277 124 0 4 26 261 110 55
Binary 100000 11000111 10111111 1010100 0 100 10110 10110001 1001000 101101

Color Harmonies of #20C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C7BF

Black with #20C7BF

Text Example


Text Example

White with #20C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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