Html Css Color HEX #5ACDBB Downy

📋 copy color: '#5ACDBB'

red 90 ◦ green 205 ◦ blue 187

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

Shades of Downy #5ACDBB

Tints of Downy #5ACDBB

RGB

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

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

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

R = 18.67%
G = 42.53%
B = 38.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#5ACDBB (or 0x5ACDBB) is known color: Downy. HEX triplet: 5A, CD and BB. RGB value is (90,205,187). Sum of RGB (Red+Green+Blue) = 90+205+187=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDBB is #A53244. Grayscale: #A8A8A8. Windows color (decimal): -10826309 or 12307802. OLE color: 12307802.

HSL color Cylindrical-coordinate representation of color #5ACDBB: hue angle of 170.61º 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 #5ACDBB is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 187 -
CMYK 0.56 0 0.09 0.20
HSL 170.61º 0.53% 0.58% -
HSV(B) 170.61º 0.56% 0.8% -
XYZ 35.02 49.42 54.71 -
YUV 168.56 138.4 71.96 -
System Red Green Blue C M Y K H S L
Decimal 90 205 187 0.56 0 0.09 0.20 170.61 0.53 0.58
Hex 5A CD BB 38 0 9 14 AB 35 3A
Octal 132 315 273 70 0 11 24 253 65 72
Binary 1011010 11001101 10111011 111000 0 1001 10100 10101011 110101 111010

Color Harmonies of #5ACDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDBB

Black with #5ACDBB

Text Example


Text Example

White with #5ACDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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