Html Css Color HEX #5ADCC2 Downy

📋 copy color: '#5ADCC2'

red 90 ◦ green 220 ◦ blue 194

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

Shades of Downy #5ADCC2

Tints of Downy #5ADCC2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

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

R = 17.86%
G = 43.65%
B = 38.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#5ADCC2 (or 0x5ADCC2) is known color: Downy. HEX triplet: 5A, DC and C2. RGB value is (90,220,194). Sum of RGB (Red+Green+Blue) = 90+220+194=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCC2 is #A5233D. Grayscale: #B2B2B2. Windows color (decimal): -10822462 or 12770394. OLE color: 12770394.

HSL color Cylindrical-coordinate representation of color #5ADCC2: hue angle of 168º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCC2 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 220 194 -
CMYK 0.59 0 0.12 0.14
HSL 168º 0.65% 0.61% -
HSV(B) 168º 0.59% 0.86% -
XYZ 39.55 57.26 60.01 -
YUV 178.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 90 220 194 0.59 0 0.12 0.14 168 0.65 0.61
Hex 5A DC C2 3B 0 C E A8 41 3D
Octal 132 334 302 73 0 14 16 250 101 75
Binary 1011010 11011100 11000010 111011 0 1100 1110 10101000 1000001 111101

Color Harmonies of #5ADCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADCC2

Black with #5ADCC2

Text Example


Text Example

White with #5ADCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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