Html Css Color HEX #20C5B9 Light Sea Green

📋 copy color: '#20C5B9'

red 32 ◦ green 197 ◦ blue 185

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

Shades of Light Sea Green #20C5B9

Tints of Light Sea Green #20C5B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.69%

R = 7.73%
G = 47.58%
B = 44.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#20C5B9 (or 0x20C5B9) is known color: Light Sea Green. HEX triplet: 20, C5 and B9. RGB value is (32,197,185). Sum of RGB (Red+Green+Blue) = 32+197+185=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #20C5B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C5B9 is #DF3A46. Grayscale: #929292. Windows color (decimal): -14629447 or 12174624. OLE color: 12174624.

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

Color convert

RGB 32 197 185 -
CMYK 0.84 0 0.06 0.23
HSL 175.64º 0.72% 0.45% -
HSV(B) 175.64º 0.84% 0.77% -
XYZ 29.32 43.74 52.8 -
YUV 146.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 32 197 185 0.84 0 0.06 0.23 175.64 0.72 0.45
Hex 20 C5 B9 54 0 6 17 B0 48 2D
Octal 40 305 271 124 0 6 27 260 110 55
Binary 100000 11000101 10111001 1010100 0 110 10111 10110000 1001000 101101

Color Harmonies of #20C5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C5B9

Black with #20C5B9

Text Example


Text Example

White with #20C5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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