Html Css Color HEX #5ADEC6 Downy

📋 copy color: '#5ADEC6'

red 90 ◦ green 222 ◦ blue 198

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

Shades of Downy #5ADEC6

Tints of Downy #5ADEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.53%

 BLUE value IS 198 (77.73% from 255) = 38.82%

R = 17.65%
G = 43.53%
B = 38.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#5ADEC6 (or 0x5ADEC6) is known color: Downy. HEX triplet: 5A, DE and C6. RGB value is (90,222,198). Sum of RGB (Red+Green+Blue) = 90+222+198=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEC6 is #A52139. Grayscale: #B3B3B3. Windows color (decimal): -10821946 or 13033050. OLE color: 13033050.

HSL color Cylindrical-coordinate representation of color #5ADEC6: hue angle of 169.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEC6 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 222 198 -
CMYK 0.59 0 0.11 0.13
HSL 169.09º 0.67% 0.61% -
HSV(B) 169.09º 0.59% 0.87% -
XYZ 40.53 58.49 62.58 -
YUV 179.8 138.27 63.95 -
System Red Green Blue C M Y K H S L
Decimal 90 222 198 0.59 0 0.11 0.13 169.09 0.67 0.61
Hex 5A DE C6 3B 0 B D A9 43 3D
Octal 132 336 306 73 0 13 15 251 103 75
Binary 1011010 11011110 11000110 111011 0 1011 1101 10101001 1000011 111101

Color Harmonies of #5ADEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADEC6

Black with #5ADEC6

Text Example


Text Example

White with #5ADEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,222,198); }

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

background-color css

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

 a { background-color: rgb(90,222,198); }

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

border-color css

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

 span { border-color: rgb(90,222,198); }

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