Html Css Color HEX #5ADFB9 Downy

📋 copy color: '#5ADFB9'

red 90 ◦ green 223 ◦ blue 185

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

Shades of Downy #5ADFB9

Tints of Downy #5ADFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 18.07%
G = 44.78%
B = 37.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#5ADFB9 (or 0x5ADFB9) is known color: Downy. HEX triplet: 5A, DF and B9. RGB value is (90,223,185). Sum of RGB (Red+Green+Blue) = 90+223+185=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFB9 is #A52046. Grayscale: #B2B2B2. Windows color (decimal): -10821703 or 12181338. OLE color: 12181338.

HSL color Cylindrical-coordinate representation of color #5ADFB9: hue angle of 162.86º 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 #5ADFB9 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 185 -
CMYK 0.60 0 0.17 0.13
HSL 162.86º 0.68% 0.61% -
HSV(B) 162.86º 0.6% 0.87% -
XYZ 39.36 58.45 55.11 -
YUV 178.9 131.44 64.59 -
System Red Green Blue C M Y K H S L
Decimal 90 223 185 0.60 0 0.17 0.13 162.86 0.68 0.61
Hex 5A DF B9 3C 0 11 D A3 44 3D
Octal 132 337 271 74 0 21 15 243 104 75
Binary 1011010 11011111 10111001 111100 0 10001 1101 10100011 1000100 111101

Color Harmonies of #5ADFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFB9

Black with #5ADFB9

Text Example


Text Example

White with #5ADFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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