Html Css Color HEX #20ADBB Light Sea Green

📋 copy color: '#20ADBB'

red 32 ◦ green 173 ◦ blue 187

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

Shades of Light Sea Green #20ADBB

Tints of Light Sea Green #20ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.13%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 8.16%
G = 44.13%
B = 47.7%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#20ADBB (or 0x20ADBB) is known color: Light Sea Green. HEX triplet: 20, AD and BB. RGB value is (32,173,187). Sum of RGB (Red+Green+Blue) = 32+173+187=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #20ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADBB is #DF5244. Grayscale: #848484. Windows color (decimal): -14635589 or 12299552. OLE color: 12299552.

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

Color convert

RGB 32 173 187 -
CMYK 0.83 0.07 0 0.27
HSL 185.42º 0.71% 0.43% -
HSV(B) 185.42º 0.83% 0.73% -
XYZ 24.51 33.78 52.24 -
YUV 132.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 32 173 187 0.83 0.07 0 0.27 185.42 0.71 0.43
Hex 20 AD BB 53 7 0 1B B9 47 2B
Octal 40 255 273 123 7 0 33 271 107 53
Binary 100000 10101101 10111011 1010011 111 0 11011 10111001 1000111 101011

Color Harmonies of #20ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADBB

Black with #20ADBB

Text Example


Text Example

White with #20ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,173,187); }

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

background-color css

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

 a { background-color: rgb(32,173,187); }

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

border-color css

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

 span { border-color: rgb(32,173,187); }

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