Html Css Color HEX #5ACDBE Downy

📋 copy color: '#5ACDBE'

red 90 ◦ green 205 ◦ blue 190

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

Shades of Downy #5ACDBE

Tints of Downy #5ACDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 18.56%
G = 42.27%
B = 39.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#5ACDBE (or 0x5ACDBE) is known color: Downy. HEX triplet: 5A, CD and BE. RGB value is (90,205,190). Sum of RGB (Red+Green+Blue) = 90+205+190=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDBE is #A53241. Grayscale: #A8A8A8. Windows color (decimal): -10826306 or 12504410. OLE color: 12504410.

HSL color Cylindrical-coordinate representation of color #5ACDBE: hue angle of 172.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACDBE is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 190 -
CMYK 0.56 0 0.07 0.20
HSL 172.17º 0.53% 0.58% -
HSV(B) 172.17º 0.56% 0.8% -
XYZ 35.34 49.55 56.42 -
YUV 168.91 139.9 71.72 -
System Red Green Blue C M Y K H S L
Decimal 90 205 190 0.56 0 0.07 0.20 172.17 0.53 0.58
Hex 5A CD BE 38 0 7 14 AC 35 3A
Octal 132 315 276 70 0 7 24 254 65 72
Binary 1011010 11001101 10111110 111000 0 111 10100 10101100 110101 111010

Color Harmonies of #5ACDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDBE

Black with #5ACDBE

Text Example


Text Example

White with #5ACDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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