#5CEAC1

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

Shades of Downy #5CEAC1

Tints of Downy #5CEAC1

Color information

#5CEAC1 (or 0x5CEAC1) is unknown color: approx Downy. HEX triplet: 5C, EA and C1. RGB value is (92,234,193). Sum of RGB (Red+Green+Blue) = 92+234+193=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEAC1 is #A3153E. Grayscale: #BABABA. Windows color (decimal): -10687807 or 12708444. OLE color: 12708444.

HSL color Cylindrical-coordinate representation of color #5CEAC1: hue angle of 162.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEAC1 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB92234193-
CMYK0.6100.180.08
HSL162.68º77.17%63.92%-
HSV(B)162.68º60.68%91.76%-
XYZ43.4664.9760.7-
YUV186.87131.4660.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.73%
GREEN value IS 234 (91.80% from 255) = 45.09%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=17.73%
G=45.09%
B=37.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal922341930.6100.180.08162.6877.1763.92
Hex5CEAC13D0128a34d40
Octal1343523017502210243115100
Binary1011100111010101100000111110101001010001010001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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