Html Css Color HEX #20C1BF Light Sea Green

📋 copy color: '#20C1BF'

red 32 ◦ green 193 ◦ blue 191

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

Shades of Light Sea Green #20C1BF

Tints of Light Sea Green #20C1BF

RGB

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

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

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

R = 7.69%
G = 46.39%
B = 45.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#20C1BF (or 0x20C1BF) is known color: Light Sea Green. HEX triplet: 20, C1 and BF. RGB value is (32,193,191). Sum of RGB (Red+Green+Blue) = 32+193+191=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #20C1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C1BF is #DF3E40. Grayscale: #909090. Windows color (decimal): -14630465 or 12566816. OLE color: 12566816.

HSL color Cylindrical-coordinate representation of color #20C1BF: hue angle of 179.25º 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 #20C1BF is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 191 -
CMYK 0.83 0 0.01 0.24
HSL 179.25º 0.72% 0.44% -
HSV(B) 179.25º 0.83% 0.76% -
XYZ 29.07 42.21 55.91 -
YUV 144.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 32 193 191 0.83 0 0.01 0.24 179.25 0.72 0.44
Hex 20 C1 BF 53 0 1 18 B3 48 2C
Octal 40 301 277 123 0 1 30 263 110 54
Binary 100000 11000001 10111111 1010011 0 1 11000 10110011 1001000 101100

Color Harmonies of #20C1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C1BF

Black with #20C1BF

Text Example


Text Example

White with #20C1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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