#6EEBC4

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

Shades of Downy #6EEBC4

Tints of Downy #6EEBC4

Color information

#6EEBC4 (or 0x6EEBC4) is unknown color: approx Downy. HEX triplet: 6E, EB and C4. RGB value is (110,235,196). Sum of RGB (Red+Green+Blue) = 110+235+196=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBC4 is #91143B. Grayscale: #C1C1C1. Windows color (decimal): -9507900 or 12905326. OLE color: 12905326.

HSL color Cylindrical-coordinate representation of color #6EEBC4: hue angle of 161.28º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBC4 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB110235196-
CMYK0.5300.170.08
HSL161.28º75.76%67.65%-
HSV(B)161.28º53.19%92.16%-
XYZ46.166.7262.67-
YUV193.18129.5968.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.33%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=20.33%
G=43.44%
B=36.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102351960.5300.170.08161.2875.7667.65
Hex6EEBC4350118a14c44
Octal1563533046502110241114104
Binary1101110111010111100010011010101000110001010000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EEBC4; }

 p { color: rgb(110,235,196); }

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

<style>
 a { background-color: #6EEBC4; }

 a { background-color: rgb(110,235,196); }

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

<style>
 span { border-color: #6EEBC4; }

 span { border-color: rgb(110,235,196); }

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