#5FCABA

Color #5FCABA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5FCABA

Tints of Downy #5FCABA

Color information

#5FCABA (or 0x5FCABA) is unknown color: approx Downy. HEX triplet: 5F, CA and BA. RGB value is (95,202,186). Sum of RGB (Red+Green+Blue) = 95+202+186=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCABA is #A03545. Grayscale: #A8A8A8. Windows color (decimal): -10499398 or 12241503. OLE color: 12241503.

HSL color Cylindrical-coordinate representation of color #5FCABA: hue angle of 171.03º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCABA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB95202186-
CMYK0.5300.080.21
HSL171.03º50.23%58.24%-
HSV(B)171.03º52.97%79.22%-
XYZ34.748.2253.93-
YUV168.18138.0575.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.67%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=19.67%
G=41.82%
B=38.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal952021860.5300.080.21171.0350.2358.24
Hex5FCABA350815ab323a
Octal13731227265010252536272
Binary10111111100101010111010110101010001010110101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,202,186); }

 H1.HeaderClassName
 {
   color: #5FCABA;
 }
 .AnyTagClassName
 {
   color: #5FCABA;
 }
</style>
background-color css

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

 a { background-color: rgb(95,202,186); }

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

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

 span { border-color: rgb(95,202,186); }

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