#20C1BF

Color #20C1BF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #20C1BF

Tints of Light Sea Green #20C1BF

Color information

#20C1BF (or 0x20C1BF) is unknown color: approx 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

RGB32193191-
CMYK0.8300.010.24
HSL179.25º71.56%44.12%-
HSV(B)179.25º83.42%75.69%-
XYZ29.0742.2155.91-
YUV144.63154.1647.66-

RGB Variations

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

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 (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal321931910.8300.010.24179.2571.5644.12
Hex20C1BF530118b3482c
Octal40301277123013026311054
Binary100000110000011011111110100110111000101100111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>