#5AF1BE

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

Shades of Downy #5AF1BE

Tints of Downy #5AF1BE

Color information

#5AF1BE (or 0x5AF1BE) is unknown color: approx Downy. HEX triplet: 5A, F1 and BE. RGB value is (90,241,190). Sum of RGB (Red+Green+Blue) = 90+241+190=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1BE is #A50E41. Grayscale: #BEBEBE. Windows color (decimal): -10817090 or 12513626. OLE color: 12513626.

HSL color Cylindrical-coordinate representation of color #5AF1BE: hue angle of 159.74º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1BE is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB90241190-
CMYK0.6300.210.05
HSL159.74º84.36%64.9%-
HSV(B)159.74º62.66%94.51%-
XYZ44.9768.859.63-
YUV190.04127.9756.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.27%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=17.27%
G=46.26%
B=36.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902411900.6300.210.05159.7484.3664.9
Hex5AF1BE3F0155a05441
Octal132361276770255240124101
Binary101101011110001101111101111110101011011010000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,241,190); }

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

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

 a { background-color: rgb(90,241,190); }

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

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

 span { border-color: rgb(90,241,190); }

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