#5fcbb7

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

Shades of Downy #5FCBB7

Tints of Downy #5FCBB7

Color information

#5FCBB7 (or 0x5FCBB7) is unknown color: approx Downy. HEX triplet: 5F, CB and B7. RGB value is (95,203,183). Sum of RGB (Red+Green+Blue) = 95+203+183=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBB7 is #A03448. Grayscale: #A8A8A8. Windows color (decimal): -10499145 or 12045151. OLE color: 12045151.

HSL color Cylindrical-coordinate representation of color #5FCBB7: hue angle of 168.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCBB7 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB95203183-
CMYK0.5300.100.20
HSL168.89º50.94%58.43%-
HSV(B)168.89º53.2%79.61%-
XYZ34.6248.5652.35-
YUV168.43136.2275.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.75%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=19.75%
G=42.20%
B=38.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952031830.5300.100.20168.8950.9458.43
Hex5FCBB7350A14a9333a
Octal13731326765012242516372
Binary10111111100101110110111110101010101010010101001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fcbb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,203,183); }

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

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

 a { background-color: rgb(95,203,183); }

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

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

 span { border-color: rgb(95,203,183); }

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