Html Css Color HEX #5AF0BB Downy

📋 copy color: '#5AF0BB'

red 90 ◦ green 240 ◦ blue 187

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

Shades of Downy #5AF0BB

Tints of Downy #5AF0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.42%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 17.41%
G = 46.42%
B = 36.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#5AF0BB (or 0x5AF0BB) is known color: Downy. HEX triplet: 5A, F0 and BB. RGB value is (90,240,187). Sum of RGB (Red+Green+Blue) = 90+240+187=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF0BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF0BB is #A50F44. Grayscale: #BDBDBD. Windows color (decimal): -10817349 or 12316762. OLE color: 12316762.

HSL color Cylindrical-coordinate representation of color #5AF0BB: hue angle of 158.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF0BB is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 240 187 -
CMYK 0.62 0 0.22 0.06
HSL 158.8º 0.83% 0.65% -
HSV(B) 158.8º 0.63% 0.94% -
XYZ 44.35 68.08 57.82 -
YUV 189.11 126.81 57.31 -
System Red Green Blue C M Y K H S L
Decimal 90 240 187 0.62 0 0.22 0.06 158.8 0.83 0.65
Hex 5A F0 BB 3E 0 16 6 9F 53 41
Octal 132 360 273 76 0 26 6 237 123 101
Binary 1011010 11110000 10111011 111110 0 10110 110 10011111 1010011 1000001

Color Harmonies of #5AF0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF0BB

Black with #5AF0BB

Text Example


Text Example

White with #5AF0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,240,187); }

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

background-color css

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

 a { background-color: rgb(90,240,187); }

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

border-color css

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

 span { border-color: rgb(90,240,187); }

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