#6FE5D0

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

Shades of Downy #6FE5D0

Tints of Downy #6FE5D0

Color information

#6FE5D0 (or 0x6FE5D0) is unknown color: approx Downy. HEX triplet: 6F, E5 and D0. RGB value is (111,229,208). Sum of RGB (Red+Green+Blue) = 111+229+208=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5D0 is #901A2F. Grayscale: #BFBFBF. Windows color (decimal): -9443888 or 13690223. OLE color: 13690223.

HSL color Cylindrical-coordinate representation of color #6FE5D0: hue angle of 169.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5D0 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB111229208-
CMYK0.5200.090.10
HSL169.32º69.41%66.67%-
HSV(B)169.32º51.53%89.8%-
XYZ45.9663.9769.6-
YUV191.32137.4170.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.26%
GREEN value IS 229 (89.84% from 255) = 41.79%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=20.26%
G=41.79%
B=37.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1112292080.5200.090.10169.3269.4166.67
Hex6FE5D03409Aa94543
Octal1573453206401112251105103
Binary110111111100101110100001101000100110101010100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,229,208); }

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

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

 a { background-color: rgb(111,229,208); }

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

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

 span { border-color: rgb(111,229,208); }

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