Html Css Color HEX #20C1B8 Light Sea Green

📋 copy color: '#20C1B8'

red 32 ◦ green 193 ◦ blue 184

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

Shades of Light Sea Green #20C1B8

Tints of Light Sea Green #20C1B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.99%

R = 7.82%
G = 47.19%
B = 44.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#20C1B8 (or 0x20C1B8) is known color: Light Sea Green. HEX triplet: 20, C1 and B8. RGB value is (32,193,184). Sum of RGB (Red+Green+Blue) = 32+193+184=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #20C1B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C1B8 is #DF3E47. Grayscale: #8F8F8F. Windows color (decimal): -14630472 or 12108064. OLE color: 12108064.

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

Color convert

RGB 32 193 184 -
CMYK 0.83 0 0.05 0.24
HSL 176.65º 0.72% 0.44% -
HSV(B) 176.65º 0.83% 0.76% -
XYZ 28.32 41.91 51.94 -
YUV 143.84 150.66 48.23 -
System Red Green Blue C M Y K H S L
Decimal 32 193 184 0.83 0 0.05 0.24 176.65 0.72 0.44
Hex 20 C1 B8 53 0 5 18 B1 48 2C
Octal 40 301 270 123 0 5 30 261 110 54
Binary 100000 11000001 10111000 1010011 0 101 11000 10110001 1001000 101100

Color Harmonies of #20C1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C1B8

Black with #20C1B8

Text Example


Text Example

White with #20C1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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