#5CCDC1

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

Shades of Downy #5CCDC1

Tints of Downy #5CCDC1

Color information

#5CCDC1 (or 0x5CCDC1) is unknown color: approx Downy. HEX triplet: 5C, CD and C1. RGB value is (92,205,193). Sum of RGB (Red+Green+Blue) = 92+205+193=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDC1 is #A3323E. Grayscale: #A9A9A9. Windows color (decimal): -10695231 or 12701020. OLE color: 12701020.

HSL color Cylindrical-coordinate representation of color #5CCDC1: hue angle of 173.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCDC1 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB92205193-
CMYK0.5500.060.20
HSL173.63º53.05%58.24%-
HSV(B)173.63º55.12%80.39%-
XYZ35.8749.7958.17-
YUV169.84141.0672.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.78%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=18.78%
G=41.84%
B=39.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922051930.5500.060.20173.6353.0558.24
Hex5CCDC1370614ae353a
Octal1343153016706242566572
Binary1011100110011011100000111011101101010010101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,205,193); }

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

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

 a { background-color: rgb(92,205,193); }

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

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

 span { border-color: rgb(92,205,193); }

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