Html Css Color HEX #20BCBE Light Sea Green

📋 copy color: '#20BCBE'

red 32 ◦ green 188 ◦ blue 190

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

Shades of Light Sea Green #20BCBE

Tints of Light Sea Green #20BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

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

R = 7.8%
G = 45.85%
B = 46.34%

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

#20BCBE (or 0x20BCBE) is known color: Light Sea Green. HEX triplet: 20, BC and BE. RGB value is (32,188,190). Sum of RGB (Red+Green+Blue) = 32+188+190=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #20BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCBE is #DF4341. Grayscale: #8D8D8D. Windows color (decimal): -14631746 or 12500000. OLE color: 12500000.

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

Color convert

RGB 32 188 190 -
CMYK 0.83 0.01 0 0.25
HSL 180.76º 0.71% 0.44% -
HSV(B) 180.76º 0.83% 0.75% -
XYZ 27.87 39.99 54.97 -
YUV 141.58 155.32 49.84 -
System Red Green Blue C M Y K H S L
Decimal 32 188 190 0.83 0.01 0 0.25 180.76 0.71 0.44
Hex 20 BC BE 53 1 0 19 B5 47 2C
Octal 40 274 276 123 1 0 31 265 107 54
Binary 100000 10111100 10111110 1010011 1 0 11001 10110101 1000111 101100

Color Harmonies of #20BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCBE

Black with #20BCBE

Text Example


Text Example

White with #20BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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