Html Css Color HEX #5ACABC Downy

📋 copy color: '#5ACABC'

red 90 ◦ green 202 ◦ blue 188

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

Shades of Downy #5ACABC

Tints of Downy #5ACABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 18.75%
G = 42.08%
B = 39.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#5ACABC (or 0x5ACABC) is known color: Downy. HEX triplet: 5A, CA and BC. RGB value is (90,202,188). Sum of RGB (Red+Green+Blue) = 90+202+188=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACABC is #A53543. Grayscale: #A6A6A6. Windows color (decimal): -10827076 or 12372570. OLE color: 12372570.

HSL color Cylindrical-coordinate representation of color #5ACABC: hue angle of 172.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACABC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 202 188 -
CMYK 0.55 0 0.07 0.21
HSL 172.5º 0.51% 0.57% -
HSV(B) 172.5º 0.55% 0.79% -
XYZ 34.41 48.05 55.04 -
YUV 166.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 90 202 188 0.55 0 0.07 0.21 172.5 0.51 0.57
Hex 5A CA BC 37 0 7 15 AC 33 39
Octal 132 312 274 67 0 7 25 254 63 71
Binary 1011010 11001010 10111100 110111 0 111 10101 10101100 110011 111001

Color Harmonies of #5ACABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACABC

Black with #5ACABC

Text Example


Text Example

White with #5ACABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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