#5FD7CB

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

Shades of Downy #5FD7CB

Tints of Downy #5FD7CB

Color information

#5FD7CB (or 0x5FD7CB) is unknown color: approx Downy. HEX triplet: 5F, D7 and CB. RGB value is (95,215,203). Sum of RGB (Red+Green+Blue) = 95+215+203=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD7CB is #A02834. Grayscale: #B1B1B1. Windows color (decimal): -10496053 or 13358943. OLE color: 13358943.

HSL color Cylindrical-coordinate representation of color #5FD7CB: hue angle of 174º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD7CB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB95215203-
CMYK0.5600.060.16
HSL174º60%60.78%-
HSV(B)174º55.81%84.31%-
XYZ39.855.3565.09-
YUV177.75142.2468.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.52%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=18.52%
G=41.91%
B=39.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952152030.5600.060.161746060.78
Hex5FD7CB380610ae3c3d
Octal1373273137006202567475
Binary1011111110101111100101111100001101000010101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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