#5CDCC5

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

Shades of Downy #5CDCC5

Tints of Downy #5CDCC5

Color information

#5CDCC5 (or 0x5CDCC5) is unknown color: approx Downy. HEX triplet: 5C, DC and C5. RGB value is (92,220,197). Sum of RGB (Red+Green+Blue) = 92+220+197=509 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.07% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCC5 is #A3233A. Grayscale: #B3B3B3. Windows color (decimal): -10691387 or 12967004. OLE color: 12967004.

HSL color Cylindrical-coordinate representation of color #5CDCC5: hue angle of 169.22º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCC5 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB92220197-
CMYK0.5800.100.14
HSL169.22º64.65%61.18%-
HSV(B)169.22º58.18%86.27%-
XYZ40.0857.4961.81-
YUV179.11138.0965.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.07%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 197 (77.34% from 255) = 38.70%
R=18.07%
G=43.22%
B=38.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922201970.5800.100.14169.2264.6561.18
Hex5CDCC53A0AEa9413d
Octal134334305720121625110175
Binary10111001101110011000101111010010101110101010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,220,197); }

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

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

 a { background-color: rgb(92,220,197); }

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

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

 span { border-color: rgb(92,220,197); }

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