Html Css Color HEX #5ADFC0 Downy

📋 copy color: '#5ADFC0'

red 90 ◦ green 223 ◦ blue 192

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

Shades of Downy #5ADFC0

Tints of Downy #5ADFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 17.82%
G = 44.16%
B = 38.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#5ADFC0 (or 0x5ADFC0) is known color: Downy. HEX triplet: 5A, DF and C0. RGB value is (90,223,192). Sum of RGB (Red+Green+Blue) = 90+223+192=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFC0 is #A5203F. Grayscale: #B3B3B3. Windows color (decimal): -10821696 or 12640090. OLE color: 12640090.

HSL color Cylindrical-coordinate representation of color #5ADFC0: hue angle of 166.02º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFC0 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 192 -
CMYK 0.60 0 0.14 0.13
HSL 166.02º 0.68% 0.61% -
HSV(B) 166.02º 0.6% 0.87% -
XYZ 40.12 58.75 59.1 -
YUV 179.7 134.94 64.02 -
System Red Green Blue C M Y K H S L
Decimal 90 223 192 0.60 0 0.14 0.13 166.02 0.68 0.61
Hex 5A DF C0 3C 0 E D A6 44 3D
Octal 132 337 300 74 0 16 15 246 104 75
Binary 1011010 11011111 11000000 111100 0 1110 1101 10100110 1000100 111101

Color Harmonies of #5ADFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFC0

Black with #5ADFC0

Text Example


Text Example

White with #5ADFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,223,192); }

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

background-color css

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

 a { background-color: rgb(90,223,192); }

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

border-color css

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

 span { border-color: rgb(90,223,192); }

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