#5CC4BD

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

Shades of Downy #5CC4BD

Tints of Downy #5CC4BD

Color information

#5CC4BD (or 0x5CC4BD) is unknown color: approx Downy. HEX triplet: 5C, C4 and BD. RGB value is (92,196,189). Sum of RGB (Red+Green+Blue) = 92+196+189=477 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.29% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC4BD is #A33B42. Grayscale: #A4A4A4. Windows color (decimal): -10697539 or 12436572. OLE color: 12436572.

HSL color Cylindrical-coordinate representation of color #5CC4BD: hue angle of 175.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC4BD is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB92196189-
CMYK0.5300.040.23
HSL175.96º46.85%56.47%-
HSV(B)175.96º53.06%76.86%-
XYZ33.3445.4355.16-
YUV164.11142.0476.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.29%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=19.29%
G=41.09%
B=39.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921961890.5300.040.23175.9646.8556.47
Hex5CC4BD350417b02f38
Octal1343042756504272605770
Binary1011100110001001011110111010101001011110110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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