Html Css Color HEX #20C3BD Light Sea Green

📋 copy color: '#20C3BD'

red 32 ◦ green 195 ◦ blue 189

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

Shades of Light Sea Green #20C3BD

Tints of Light Sea Green #20C3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 7.69%
G = 46.88%
B = 45.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#20C3BD (or 0x20C3BD) is known color: Light Sea Green. HEX triplet: 20, C3 and BD. RGB value is (32,195,189). Sum of RGB (Red+Green+Blue) = 32+195+189=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #20C3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C3BD is #DF3C42. Grayscale: #919191. Windows color (decimal): -14629955 or 12436256. OLE color: 12436256.

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

Color convert

RGB 32 195 189 -
CMYK 0.84 0 0.03 0.24
HSL 177.79º 0.72% 0.45% -
HSV(B) 177.79º 0.84% 0.76% -
XYZ 29.3 43.01 54.9 -
YUV 145.58 152.5 46.99 -
System Red Green Blue C M Y K H S L
Decimal 32 195 189 0.84 0 0.03 0.24 177.79 0.72 0.45
Hex 20 C3 BD 54 0 3 18 B2 48 2D
Octal 40 303 275 124 0 3 30 262 110 55
Binary 100000 11000011 10111101 1010100 0 11 11000 10110010 1001000 101101

Color Harmonies of #20C3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C3BD

Black with #20C3BD

Text Example


Text Example

White with #20C3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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