#5CE8C0

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

Shades of Downy #5CE8C0

Tints of Downy #5CE8C0

Color information

#5CE8C0 (or 0x5CE8C0) is unknown color: approx Downy. HEX triplet: 5C, E8 and C0. RGB value is (92,232,192). Sum of RGB (Red+Green+Blue) = 92+232+192=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #5CE8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE8C0 is #A3173F. Grayscale: #B9B9B9. Windows color (decimal): -10688320 or 12642396. OLE color: 12642396.

HSL color Cylindrical-coordinate representation of color #5CE8C0: hue angle of 162.86º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE8C0 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB92232192-
CMYK0.6000.170.09
HSL162.86º75.27%63.53%-
HSV(B)162.86º60.34%90.98%-
XYZ42.7863.7959.93-
YUV185.58131.6261.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.83%
GREEN value IS 232 (91.02% from 255) = 44.96%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=17.83%
G=44.96%
B=37.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal922321920.6000.170.09162.8675.2763.53
Hex5CE8C03C0119a34b40
Octal1343503007402111243113100
Binary1011100111010001100000011110001000110011010001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,232,192); }

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

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

 a { background-color: rgb(92,232,192); }

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

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

 span { border-color: rgb(92,232,192); }

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