Html Css Color HEX #20C3B9 Light Sea Green

📋 copy color: '#20C3B9'

red 32 ◦ green 195 ◦ blue 185

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

Shades of Light Sea Green #20C3B9

Tints of Light Sea Green #20C3B9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 7.77%
G = 47.33%
B = 44.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#20C3B9 (or 0x20C3B9) is known color: Light Sea Green. HEX triplet: 20, C3 and B9. RGB value is (32,195,185). Sum of RGB (Red+Green+Blue) = 32+195+185=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #20C3B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C3B9 is #DF3C46. Grayscale: #919191. Windows color (decimal): -14629959 or 12174112. OLE color: 12174112.

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

Color convert

RGB 32 195 185 -
CMYK 0.84 0 0.05 0.24
HSL 176.32º 0.72% 0.45% -
HSV(B) 176.32º 0.84% 0.76% -
XYZ 28.87 42.84 52.65 -
YUV 145.12 150.5 47.31 -
System Red Green Blue C M Y K H S L
Decimal 32 195 185 0.84 0 0.05 0.24 176.32 0.72 0.45
Hex 20 C3 B9 54 0 5 18 B0 48 2D
Octal 40 303 271 124 0 5 30 260 110 55
Binary 100000 11000011 10111001 1010100 0 101 11000 10110000 1001000 101101

Color Harmonies of #20C3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C3B9

Black with #20C3B9

Text Example


Text Example

White with #20C3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,195,185); }

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

background-color css

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

 a { background-color: rgb(32,195,185); }

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

border-color css

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

 span { border-color: rgb(32,195,185); }

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