Html Css Color HEX #20BABD Light Sea Green

📋 copy color: '#20BABD'

red 32 ◦ green 186 ◦ blue 189

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

Shades of Light Sea Green #20BABD

Tints of Light Sea Green #20BABD

RGB

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

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

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

R = 7.86%
G = 45.7%
B = 46.44%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#20BABD (or 0x20BABD) is known color: Light Sea Green. HEX triplet: 20, BA and BD. RGB value is (32,186,189). Sum of RGB (Red+Green+Blue) = 32+186+189=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #20BABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BABD is #DF4542. Grayscale: #8C8C8C. Windows color (decimal): -14632259 or 12433952. OLE color: 12433952.

HSL color Cylindrical-coordinate representation of color #20BABD: hue angle of 181.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BABD is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 186 189 -
CMYK 0.83 0.02 0 0.26
HSL 181.15º 0.71% 0.43% -
HSV(B) 181.15º 0.83% 0.74% -
XYZ 27.34 39.1 54.25 -
YUV 140.3 155.48 50.76 -
System Red Green Blue C M Y K H S L
Decimal 32 186 189 0.83 0.02 0 0.26 181.15 0.71 0.43
Hex 20 BA BD 53 2 0 1A B5 47 2B
Octal 40 272 275 123 2 0 32 265 107 53
Binary 100000 10111010 10111101 1010011 10 0 11010 10110101 1000111 101011

Color Harmonies of #20BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BABD

Black with #20BABD

Text Example


Text Example

White with #20BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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