Html Css Color HEX #5ADBBB Downy

📋 copy color: '#5ADBBB'

red 90 ◦ green 219 ◦ blue 187

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

Shades of Downy #5ADBBB

Tints of Downy #5ADBBB

RGB

 RED value IS 90 (35.55% from 255) = 18.15%

 GREEN value IS 219 (85.94% from 255) = 44.15%

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

R = 18.15%
G = 44.15%
B = 37.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#5ADBBB (or 0x5ADBBB) is known color: Downy. HEX triplet: 5A, DB and BB. RGB value is (90,219,187). Sum of RGB (Red+Green+Blue) = 90+219+187=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBBB is #A52444. Grayscale: #B0B0B0. Windows color (decimal): -10822725 or 12311386. OLE color: 12311386.

HSL color Cylindrical-coordinate representation of color #5ADBBB: hue angle of 165.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBBB is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 219 187 -
CMYK 0.59 0 0.15 0.14
HSL 165.12º 0.64% 0.61% -
HSV(B) 165.12º 0.59% 0.86% -
XYZ 38.52 56.42 55.87 -
YUV 176.78 133.76 66.1 -
System Red Green Blue C M Y K H S L
Decimal 90 219 187 0.59 0 0.15 0.14 165.12 0.64 0.61
Hex 5A DB BB 3B 0 F E A5 40 3D
Octal 132 333 273 73 0 17 16 245 100 75
Binary 1011010 11011011 10111011 111011 0 1111 1110 10100101 1000000 111101

Color Harmonies of #5ADBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBBB

Black with #5ADBBB

Text Example


Text Example

White with #5ADBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ADBBB; }

 p { color: rgb(90,219,187); }

 H1.HeaderClassName
 {
   color: #5ADBBB;
 }
 .AnyTagClassName
 {
   color: #5ADBBB;
 }
</style>

background-color css

<style>
 a { background-color: #5ADBBB; }

 a { background-color: rgb(90,219,187); }

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

border-color css

<style>
 span { border-color: #5ADBBB; }

 span { border-color: rgb(90,219,187); }

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