Html Css Color HEX #20BDBE Light Sea Green

📋 copy color: '#20BDBE'

red 32 ◦ green 189 ◦ blue 190

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

Shades of Light Sea Green #20BDBE

Tints of Light Sea Green #20BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 7.79%
G = 45.99%
B = 46.23%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#20BDBE (or 0x20BDBE) is known color: Light Sea Green. HEX triplet: 20, BD and BE. RGB value is (32,189,190). Sum of RGB (Red+Green+Blue) = 32+189+190=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #20BDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDBE is #DF4241. Grayscale: #8E8E8E. Windows color (decimal): -14631490 or 12500256. OLE color: 12500256.

HSL color Cylindrical-coordinate representation of color #20BDBE: hue angle of 180.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BDBE is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 189 190 -
CMYK 0.83 0.01 0 0.25
HSL 180.38º 0.71% 0.44% -
HSV(B) 180.38º 0.83% 0.75% -
XYZ 28.09 40.42 55.04 -
YUV 142.17 154.99 49.42 -
System Red Green Blue C M Y K H S L
Decimal 32 189 190 0.83 0.01 0 0.25 180.38 0.71 0.44
Hex 20 BD BE 53 1 0 19 B4 47 2C
Octal 40 275 276 123 1 0 31 264 107 54
Binary 100000 10111101 10111110 1010011 1 0 11001 10110100 1000111 101100

Color Harmonies of #20BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDBE

Black with #20BDBE

Text Example


Text Example

White with #20BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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