#5FCDBF

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

Shades of Downy #5FCDBF

Tints of Downy #5FCDBF

Color information

#5FCDBF (or 0x5FCDBF) is unknown color: approx Downy. HEX triplet: 5F, CD and BF. RGB value is (95,205,191). Sum of RGB (Red+Green+Blue) = 95+205+191=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDBF is #A03240. Grayscale: #AAAAAA. Windows color (decimal): -10498625 or 12569951. OLE color: 12569951.

HSL color Cylindrical-coordinate representation of color #5FCDBF: hue angle of 172.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDBF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB95205191-
CMYK0.5400.070.20
HSL172.36º52.38%58.82%-
HSV(B)172.36º53.66%80.39%-
XYZ35.9549.8657.02-
YUV170.51139.5674.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.35%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 191 (75% from 255) = 38.90%
R=19.35%
G=41.75%
B=38.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952051910.5400.070.20172.3652.3858.82
Hex5FCDBF360714ac343b
Octal1373152776607242546473
Binary1011111110011011011111111011001111010010101100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,205,191); }

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

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

 a { background-color: rgb(95,205,191); }

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

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

 span { border-color: rgb(95,205,191); }

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