Html Css Color HEX #20BABF Light Sea Green

📋 copy color: '#20BABF'

red 32 ◦ green 186 ◦ blue 191

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

Shades of Light Sea Green #20BABF

Tints of Light Sea Green #20BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

 BLUE value IS 191 (75% from 255) = 46.7%

R = 7.82%
G = 45.48%
B = 46.7%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#20BABF (or 0x20BABF) is known color: Light Sea Green. HEX triplet: 20, BA and BF. RGB value is (32,186,191). Sum of RGB (Red+Green+Blue) = 32+186+191=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #20BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BABF is #DF4540. Grayscale: #8C8C8C. Windows color (decimal): -14632257 or 12565024. OLE color: 12565024.

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

Color convert

RGB 32 186 191 -
CMYK 0.83 0.03 0 0.25
HSL 181.89º 0.71% 0.44% -
HSV(B) 181.89º 0.83% 0.75% -
XYZ 27.56 39.19 55.4 -
YUV 140.52 156.48 50.59 -
System Red Green Blue C M Y K H S L
Decimal 32 186 191 0.83 0.03 0 0.25 181.89 0.71 0.44
Hex 20 BA BF 53 3 0 19 B6 47 2C
Octal 40 272 277 123 3 0 31 266 107 54
Binary 100000 10111010 10111111 1010011 11 0 11001 10110110 1000111 101100

Color Harmonies of #20BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BABF

Black with #20BABF

Text Example


Text Example

White with #20BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,186,191); }

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

background-color css

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

 a { background-color: rgb(32,186,191); }

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

border-color css

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

 span { border-color: rgb(32,186,191); }

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