Html Css Color HEX #5ACABB Downy

📋 copy color: '#5ACABB'

red 90 ◦ green 202 ◦ blue 187

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

Shades of Downy #5ACABB

Tints of Downy #5ACABB

RGB

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

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

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

R = 18.79%
G = 42.17%
B = 39.04%

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

#5ACABB (or 0x5ACABB) is known color: Downy. HEX triplet: 5A, CA and BB. RGB value is (90,202,187). Sum of RGB (Red+Green+Blue) = 90+202+187=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACABB is #A53544. Grayscale: #A6A6A6. Windows color (decimal): -10827077 or 12307034. OLE color: 12307034.

HSL color Cylindrical-coordinate representation of color #5ACABB: hue angle of 171.96º 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 #5ACABB is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 202 187 -
CMYK 0.55 0 0.07 0.21
HSL 171.96º 0.51% 0.57% -
HSV(B) 171.96º 0.55% 0.79% -
XYZ 34.31 48 54.47 -
YUV 166.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 90 202 187 0.55 0 0.07 0.21 171.96 0.51 0.57
Hex 5A CA BB 37 0 7 15 AC 33 39
Octal 132 312 273 67 0 7 25 254 63 71
Binary 1011010 11001010 10111011 110111 0 111 10101 10101100 110011 111001

Color Harmonies of #5ACABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACABB

Black with #5ACABB

Text Example


Text Example

White with #5ACABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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