Html Css Color HEX #20C8C2 Light Sea Green

📋 copy color: '#20C8C2'

red 32 ◦ green 200 ◦ blue 194

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

Shades of Light Sea Green #20C8C2

Tints of Light Sea Green #20C8C2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.95%

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

R = 7.51%
G = 46.95%
B = 45.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#20C8C2 (or 0x20C8C2) is known color: Light Sea Green. HEX triplet: 20, C8 and C2. RGB value is (32,200,194). Sum of RGB (Red+Green+Blue) = 32+200+194=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #20C8C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C8C2 is #DF373D. Grayscale: #949494. Windows color (decimal): -14628670 or 12765216. OLE color: 12765216.

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

Color convert

RGB 32 200 194 -
CMYK 0.84 0 0.03 0.22
HSL 177.86º 0.72% 0.45% -
HSV(B) 177.86º 0.84% 0.78% -
XYZ 30.99 45.51 58.19 -
YUV 149.08 153.34 44.49 -
System Red Green Blue C M Y K H S L
Decimal 32 200 194 0.84 0 0.03 0.22 177.86 0.72 0.45
Hex 20 C8 C2 54 0 3 16 B2 48 2D
Octal 40 310 302 124 0 3 26 262 110 55
Binary 100000 11001000 11000010 1010100 0 11 10110 10110010 1001000 101101

Color Harmonies of #20C8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C8C2

Black with #20C8C2

Text Example


Text Example

White with #20C8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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