#5CF5BB

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

Shades of Downy #5CF5BB

Tints of Downy #5CF5BB

Color information

#5CF5BB (or 0x5CF5BB) is unknown color: approx Downy. HEX triplet: 5C, F5 and BB. RGB value is (92,245,187). Sum of RGB (Red+Green+Blue) = 92+245+187=524 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.56% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF5BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF5BB is #A30A44. Grayscale: #C0C0C0. Windows color (decimal): -10684997 or 12318044. OLE color: 12318044.

HSL color Cylindrical-coordinate representation of color #5CF5BB: hue angle of 157.25º degrees, saturation: 0.88, 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 #5CF5BB is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB92245187-
CMYK0.6200.240.04
HSL157.25º88.44%66.08%-
HSV(B)157.25º62.45%96.08%-
XYZ46.0471.1758.32-
YUV192.64124.8156.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.56%
GREEN value IS 245 (96.09% from 255) = 46.76%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=17.56%
G=46.76%
B=35.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal922451870.6200.240.04157.2588.4466.08
Hex5CF5BB3E01849d5842
Octal134365273760304235130102
Binary101110011110101101110111111100110001001001110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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