Html Css Color HEX #20C1B1 Light Sea Green

📋 copy color: '#20C1B1'

red 32 ◦ green 193 ◦ blue 177

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

Shades of Light Sea Green #20C1B1

Tints of Light Sea Green #20C1B1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 177 (69.53% from 255) = 44.03%

R = 7.96%
G = 48.01%
B = 44.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#20C1B1 (or 0x20C1B1) is known color: Light Sea Green. HEX triplet: 20, C1 and B1. RGB value is (32,193,177). Sum of RGB (Red+Green+Blue) = 32+193+177=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #20C1B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C1B1 is #DF3E4E. Grayscale: #8E8E8E. Windows color (decimal): -14630479 or 11649312. OLE color: 11649312.

HSL color Cylindrical-coordinate representation of color #20C1B1: hue angle of 174.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C1B1 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 177 -
CMYK 0.83 0 0.08 0.24
HSL 174.04º 0.72% 0.44% -
HSV(B) 174.04º 0.83% 0.76% -
XYZ 27.6 41.62 48.17 -
YUV 143.04 147.16 48.8 -
System Red Green Blue C M Y K H S L
Decimal 32 193 177 0.83 0 0.08 0.24 174.04 0.72 0.44
Hex 20 C1 B1 53 0 8 18 AE 48 2C
Octal 40 301 261 123 0 10 30 256 110 54
Binary 100000 11000001 10110001 1010011 0 1000 11000 10101110 1001000 101100

Color Harmonies of #20C1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C1B1

Black with #20C1B1

Text Example


Text Example

White with #20C1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,193,177); }

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

background-color css

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

 a { background-color: rgb(32,193,177); }

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

border-color css

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

 span { border-color: rgb(32,193,177); }

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