#5CF3BB

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

Shades of Downy #5CF3BB

Tints of Downy #5CF3BB

Color information

#5CF3BB (or 0x5CF3BB) is unknown color: approx Downy. HEX triplet: 5C, F3 and BB. RGB value is (92,243,187). Sum of RGB (Red+Green+Blue) = 92+243+187=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #5CF3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF3BB is #A30C44. Grayscale: #BFBFBF. Windows color (decimal): -10685509 or 12317532. OLE color: 12317532.

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

Color convert

RGB92243187-
CMYK0.6200.230.05
HSL157.75º86.29%65.69%-
HSV(B)157.75º62.14%95.29%-
XYZ45.4369.9658.12-
YUV191.47125.4757.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.62%
GREEN value IS 243 (95.31% from 255) = 46.55%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=17.62%
G=46.55%
B=35.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal922431870.6200.230.05157.7586.2965.69
Hex5CF3BB3E01759e5642
Octal134363273760275236126102
Binary101110011110011101110111111100101111011001111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,243,187); }

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

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

 a { background-color: rgb(92,243,187); }

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

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

 span { border-color: rgb(92,243,187); }

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