Html Css Color HEX #20C8BD Light Sea Green

📋 copy color: '#20C8BD'

red 32 ◦ green 200 ◦ blue 189

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

Shades of Light Sea Green #20C8BD

Tints of Light Sea Green #20C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.51%

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

R = 7.6%
G = 47.51%
B = 44.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#20C8BD (or 0x20C8BD) is known color: Light Sea Green. HEX triplet: 20, C8 and BD. RGB value is (32,200,189). Sum of RGB (Red+Green+Blue) = 32+200+189=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #20C8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C8BD is #DF3742. Grayscale: #949494. Windows color (decimal): -14628675 or 12437536. OLE color: 12437536.

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

Color convert

RGB 32 200 189 -
CMYK 0.84 0 0.06 0.22
HSL 176.07º 0.72% 0.45% -
HSV(B) 176.07º 0.84% 0.78% -
XYZ 30.44 45.29 55.28 -
YUV 148.51 150.84 44.89 -
System Red Green Blue C M Y K H S L
Decimal 32 200 189 0.84 0 0.06 0.22 176.07 0.72 0.45
Hex 20 C8 BD 54 0 6 16 B0 48 2D
Octal 40 310 275 124 0 6 26 260 110 55
Binary 100000 11001000 10111101 1010100 0 110 10110 10110000 1001000 101101

Color Harmonies of #20C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C8BD

Black with #20C8BD

Text Example


Text Example

White with #20C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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