Html Css Color HEX #20C5BF Light Sea Green

📋 copy color: '#20C5BF'

red 32 ◦ green 197 ◦ blue 191

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

Shades of Light Sea Green #20C5BF

Tints of Light Sea Green #20C5BF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.9%

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

R = 7.62%
G = 46.9%
B = 45.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#20C5BF (or 0x20C5BF) is known color: Light Sea Green. HEX triplet: 20, C5 and BF. RGB value is (32,197,191). Sum of RGB (Red+Green+Blue) = 32+197+191=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #20C5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C5BF is #DF3A40. Grayscale: #929292. Windows color (decimal): -14629441 or 12567840. OLE color: 12567840.

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

Color convert

RGB 32 197 191 -
CMYK 0.84 0 0.03 0.23
HSL 177.82º 0.72% 0.45% -
HSV(B) 177.82º 0.84% 0.77% -
XYZ 29.97 44 56.2 -
YUV 146.98 152.84 45.99 -
System Red Green Blue C M Y K H S L
Decimal 32 197 191 0.84 0 0.03 0.23 177.82 0.72 0.45
Hex 20 C5 BF 54 0 3 17 B2 48 2D
Octal 40 305 277 124 0 3 27 262 110 55
Binary 100000 11000101 10111111 1010100 0 11 10111 10110010 1001000 101101

Color Harmonies of #20C5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C5BF

Black with #20C5BF

Text Example


Text Example

White with #20C5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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