#5CF4BD

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

Shades of Downy #5CF4BD

Tints of Downy #5CF4BD

Color information

#5CF4BD (or 0x5CF4BD) is unknown color: approx Downy. HEX triplet: 5C, F4 and BD. RGB value is (92,244,189). Sum of RGB (Red+Green+Blue) = 92+244+189=525 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.52% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #5CF4BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF4BD is #A30B42. Grayscale: #C0C0C0. Windows color (decimal): -10685251 or 12448860. OLE color: 12448860.

HSL color Cylindrical-coordinate representation of color #5CF4BD: hue angle of 158.29º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF4BD is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB92244189-
CMYK0.6200.230.04
HSL158.29º87.36%65.88%-
HSV(B)158.29º62.3%95.69%-
XYZ45.9570.6559.36-
YUV192.28126.1456.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.52%
GREEN value IS 244 (95.70% from 255) = 46.48%
BLUE value IS 189 (74.22% from 255) = 36%
R=17.52%
G=46.48%
B=36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal922441890.6200.230.04158.2987.3665.88
Hex5CF4BD3E01749e5742
Octal134364275760274236127102
Binary101110011110100101111011111100101111001001111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,244,189); }

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

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

 a { background-color: rgb(92,244,189); }

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

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

 span { border-color: rgb(92,244,189); }

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