Html Css Color HEX #5ADFBD Downy

📋 copy color: '#5ADFBD'

red 90 ◦ green 223 ◦ blue 189

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

Shades of Downy #5ADFBD

Tints of Downy #5ADFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 17.93%
G = 44.42%
B = 37.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#5ADFBD (or 0x5ADFBD) is known color: Downy. HEX triplet: 5A, DF and BD. RGB value is (90,223,189). Sum of RGB (Red+Green+Blue) = 90+223+189=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFBD is #A52042. Grayscale: #B3B3B3. Windows color (decimal): -10821699 or 12443482. OLE color: 12443482.

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

Color convert

RGB 90 223 189 -
CMYK 0.60 0 0.15 0.13
HSL 164.66º 0.68% 0.61% -
HSV(B) 164.66º 0.6% 0.87% -
XYZ 39.79 58.62 57.36 -
YUV 179.36 133.44 64.26 -
System Red Green Blue C M Y K H S L
Decimal 90 223 189 0.60 0 0.15 0.13 164.66 0.68 0.61
Hex 5A DF BD 3C 0 F D A5 44 3D
Octal 132 337 275 74 0 17 15 245 104 75
Binary 1011010 11011111 10111101 111100 0 1111 1101 10100101 1000100 111101

Color Harmonies of #5ADFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFBD

Black with #5ADFBD

Text Example


Text Example

White with #5ADFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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