#5CE1CA

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

Shades of Downy #5CE1CA

Tints of Downy #5CE1CA

Color information

#5CE1CA (or 0x5CE1CA) is unknown color: approx Downy. HEX triplet: 5C, E1 and CA. RGB value is (92,225,202). Sum of RGB (Red+Green+Blue) = 92+225+202=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE1CA is #A31E35. Grayscale: #B6B6B6. Windows color (decimal): -10690102 or 13295964. OLE color: 13295964.

HSL color Cylindrical-coordinate representation of color #5CE1CA: hue angle of 169.62º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE1CA is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB92225202-
CMYK0.5900.100.12
HSL169.62º68.91%62.16%-
HSV(B)169.62º59.11%88.24%-
XYZ4260.3965.32-
YUV182.61138.9463.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.73%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=17.73%
G=43.35%
B=38.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal922252020.5900.100.12169.6268.9162.16
Hex5CE1CA3B0ACaa453e
Octal134341312730121425210576
Binary10111001110000111001010111011010101100101010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,225,202); }

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

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

 a { background-color: rgb(92,225,202); }

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

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

 span { border-color: rgb(92,225,202); }

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