Html Css Color HEX #5ACEBC Downy

📋 copy color: '#5ACEBC'

red 90 ◦ green 206 ◦ blue 188

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

Shades of Downy #5ACEBC

Tints of Downy #5ACEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.56%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 18.6%
G = 42.56%
B = 38.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#5ACEBC (or 0x5ACEBC) is known color: Downy. HEX triplet: 5A, CE and BC. RGB value is (90,206,188). Sum of RGB (Red+Green+Blue) = 90+206+188=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEBC is #A53143. Grayscale: #A9A9A9. Windows color (decimal): -10826052 or 12373594. OLE color: 12373594.

HSL color Cylindrical-coordinate representation of color #5ACEBC: hue angle of 170.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACEBC is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 188 -
CMYK 0.56 0 0.09 0.19
HSL 170.69º 0.54% 0.58% -
HSV(B) 170.69º 0.56% 0.81% -
XYZ 35.36 49.95 55.35 -
YUV 169.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 90 206 188 0.56 0 0.09 0.19 170.69 0.54 0.58
Hex 5A CE BC 38 0 9 13 AB 36 3A
Octal 132 316 274 70 0 11 23 253 66 72
Binary 1011010 11001110 10111100 111000 0 1001 10011 10101011 110110 111010

Color Harmonies of #5ACEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEBC

Black with #5ACEBC

Text Example


Text Example

White with #5ACEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,206,188); }

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

background-color css

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

 a { background-color: rgb(90,206,188); }

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

border-color css

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

 span { border-color: rgb(90,206,188); }

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