#5CC8BB

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

Shades of Downy #5CC8BB

Tints of Downy #5CC8BB

Color information

#5CC8BB (or 0x5CC8BB) is unknown color: approx Downy. HEX triplet: 5C, C8 and BB. RGB value is (92,200,187). Sum of RGB (Red+Green+Blue) = 92+200+187=479 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.21% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #5CC8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC8BB is #A33744. Grayscale: #A6A6A6. Windows color (decimal): -10696517 or 12306524. OLE color: 12306524.

HSL color Cylindrical-coordinate representation of color #5CC8BB: hue angle of 172.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC8BB is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB92200187-
CMYK0.5400.060.22
HSL172.78º49.54%57.25%-
HSV(B)172.78º54%78.43%-
XYZ34.0447.1754.32-
YUV166.23139.7275.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.21%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=19.21%
G=41.75%
B=39.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal922001870.5400.060.22172.7849.5457.25
Hex5CC8BB360616ad3239
Octal1343102736606262556271
Binary1011100110010001011101111011001101011010101101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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