#6FEDB5

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

Shades of Downy #6FEDB5

Tints of Downy #6FEDB5

Color information

#6FEDB5 (or 0x6FEDB5) is unknown color: approx Downy. HEX triplet: 6F, ED and B5. RGB value is (111,237,181). Sum of RGB (Red+Green+Blue) = 111+237+181=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDB5 is #90124A. Grayscale: #C1C1C1. Windows color (decimal): -9441867 or 11922799. OLE color: 11922799.

HSL color Cylindrical-coordinate representation of color #6FEDB5: hue angle of 153.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDB5 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB111237181-
CMYK0.5300.240.07
HSL153.33º77.78%68.24%-
HSV(B)153.33º53.16%92.94%-
XYZ45.1867.2854.32-
YUV192.94121.2669.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.98%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=20.98%
G=44.80%
B=34.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112371810.5300.240.07153.3377.7868.24
Hex6FEDB5350187994e44
Octal157355265650307231116104
Binary110111111101101101101011101010110001111001100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,237,181); }

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

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

 a { background-color: rgb(111,237,181); }

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

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

 span { border-color: rgb(111,237,181); }

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