#6FDEB8

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

Shades of Downy #6FDEB8

Tints of Downy #6FDEB8

Color information

#6FDEB8 (or 0x6FDEB8) is unknown color: approx Downy. HEX triplet: 6F, DE and B8. RGB value is (111,222,184). Sum of RGB (Red+Green+Blue) = 111+222+184=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEB8 is #902147. Grayscale: #B8B8B8. Windows color (decimal): -9445704 or 12115567. OLE color: 12115567.

HSL color Cylindrical-coordinate representation of color #6FDEB8: hue angle of 159.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDEB8 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB111222184-
CMYK0.500.170.13
HSL159.46º62.71%65.29%-
HSV(B)159.46º50%87.06%-
XYZ41.3359.0854.57-
YUV184.48127.7375.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.47%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 184 (72.27% from 255) = 35.59%
R=21.47%
G=42.94%
B=35.59%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112221840.500.170.13159.4662.7165.29
Hex6FDEB832011D9f3f41
Octal157336270620211523777101
Binary110111111011110101110001100100100011101100111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,222,184); }

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

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

 a { background-color: rgb(111,222,184); }

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

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

 span { border-color: rgb(111,222,184); }

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