Html Css Color HEX #5ADDC2 Downy

📋 copy color: '#5ADDC2'

red 90 ◦ green 221 ◦ blue 194

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

Shades of Downy #5ADDC2

Tints of Downy #5ADDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 17.82%
G = 43.76%
B = 38.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#5ADDC2 (or 0x5ADDC2) is known color: Downy. HEX triplet: 5A, DD and C2. RGB value is (90,221,194). Sum of RGB (Red+Green+Blue) = 90+221+194=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDC2 is #A5223D. Grayscale: #B2B2B2. Windows color (decimal): -10822206 or 12770650. OLE color: 12770650.

HSL color Cylindrical-coordinate representation of color #5ADDC2: hue angle of 167.63º degrees, saturation: 0.66, 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 #5ADDC2 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 221 194 -
CMYK 0.59 0 0.12 0.13
HSL 167.63º 0.66% 0.61% -
HSV(B) 167.63º 0.59% 0.87% -
XYZ 39.81 57.78 60.09 -
YUV 178.75 136.6 64.7 -
System Red Green Blue C M Y K H S L
Decimal 90 221 194 0.59 0 0.12 0.13 167.63 0.66 0.61
Hex 5A DD C2 3B 0 C D A8 42 3D
Octal 132 335 302 73 0 14 15 250 102 75
Binary 1011010 11011101 11000010 111011 0 1100 1101 10101000 1000010 111101

Color Harmonies of #5ADDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADDC2

Black with #5ADDC2

Text Example


Text Example

White with #5ADDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,221,194); }

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

background-color css

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

 a { background-color: rgb(90,221,194); }

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

border-color css

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

 span { border-color: rgb(90,221,194); }

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