#5ADFC1

Color #5ADFC1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5ADFC1

Tints of Downy #5ADFC1

Color information

#5ADFC1 (or 0x5ADFC1) is unknown color: approx Downy. HEX triplet: 5A, DF and C1. RGB value is (90,223,193). Sum of RGB (Red+Green+Blue) = 90+223+193=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFC1 is #A5203E. Grayscale: #B3B3B3. Windows color (decimal): -10821695 or 12705626. OLE color: 12705626.

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

Color convert

RGB90223193-
CMYK0.6000.130.13
HSL166.47º67.51%61.37%-
HSV(B)166.47º59.64%87.45%-
XYZ40.2358.859.68-
YUV179.81135.4463.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.79%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=17.79%
G=44.07%
B=38.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902231930.6000.130.13166.4767.5161.37
Hex5ADFC13C0DDa6443d
Octal132337301740151524610475
Binary10110101101111111000001111100011011101101001101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ADFC1;
 }
 .AnyTagClassName
 {
   color: #5ADFC1;
 }
</style>
background-color css

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

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

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

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

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

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