Html Css Color HEX #20C5C2 Light Sea Green

📋 copy color: '#20C5C2'

red 32 ◦ green 197 ◦ blue 194

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

Shades of Light Sea Green #20C5C2

Tints of Light Sea Green #20C5C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 7.57%
G = 46.57%
B = 45.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#20C5C2 (or 0x20C5C2) is known color: Light Sea Green. HEX triplet: 20, C5 and C2. RGB value is (32,197,194). Sum of RGB (Red+Green+Blue) = 32+197+194=423 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.57% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #20C5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C5C2 is #DF3A3D. Grayscale: #939393. Windows color (decimal): -14629438 or 12764448. OLE color: 12764448.

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

Color convert

RGB 32 197 194 -
CMYK 0.84 0 0.02 0.23
HSL 178.91º 0.72% 0.45% -
HSV(B) 178.91º 0.84% 0.77% -
XYZ 30.3 44.13 57.96 -
YUV 147.32 154.34 45.74 -
System Red Green Blue C M Y K H S L
Decimal 32 197 194 0.84 0 0.02 0.23 178.91 0.72 0.45
Hex 20 C5 C2 54 0 2 17 B3 48 2D
Octal 40 305 302 124 0 2 27 263 110 55
Binary 100000 11000101 11000010 1010100 0 10 10111 10110011 1001000 101101

Color Harmonies of #20C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C5C2

Black with #20C5C2

Text Example


Text Example

White with #20C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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