#5cc3bc

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

Shades of Downy #5CC3BC

Tints of Downy #5CC3BC

Color information

#5CC3BC (or 0x5CC3BC) is unknown color: approx Downy. HEX triplet: 5C, C3 and BC. RGB value is (92,195,188). Sum of RGB (Red+Green+Blue) = 92+195+188=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC3BC is #A33C43. Grayscale: #A3A3A3. Windows color (decimal): -10697796 or 12370780. OLE color: 12370780.

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

Color convert

RGB92195188-
CMYK0.5300.040.24
HSL175.92º46.19%56.27%-
HSV(B)175.92º52.82%76.47%-
XYZ33.0144.9454.51-
YUV163.4141.8877.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.37%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=19.37%
G=41.05%
B=39.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921951880.5300.040.24175.9246.1956.27
Hex5CC3BC350418b02e38
Octal1343032746504302605670
Binary1011100110000111011110011010101001100010110000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cc3bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,195,188); }

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

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

 a { background-color: rgb(92,195,188); }

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

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

 span { border-color: rgb(92,195,188); }

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