#5FCDC4

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

Shades of Downy #5FCDC4

Tints of Downy #5FCDC4

Color information

#5FCDC4 (or 0x5FCDC4) is unknown color: approx Downy. HEX triplet: 5F, CD and C4. RGB value is (95,205,196). Sum of RGB (Red+Green+Blue) = 95+205+196=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDC4 is #A0323B. Grayscale: #ABABAB. Windows color (decimal): -10498620 or 12897631. OLE color: 12897631.

HSL color Cylindrical-coordinate representation of color #5FCDC4: hue angle of 175.09º 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 #5FCDC4 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB95205196-
CMYK0.5400.040.20
HSL175.09º52.38%58.82%-
HSV(B)175.09º53.66%80.39%-
XYZ36.5150.0859.97-
YUV171.08142.0673.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.15%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 196 (76.95% from 255) = 39.52%
R=19.15%
G=41.33%
B=39.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952051960.5400.040.20175.0952.3858.82
Hex5FCDC4360414af343b
Octal1373153046604242576473
Binary1011111110011011100010011011001001010010101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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