#6FE4D2

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

Shades of Downy #6FE4D2

Tints of Downy #6FE4D2

Color information

#6FE4D2 (or 0x6FE4D2) is unknown color: approx Downy. HEX triplet: 6F, E4 and D2. RGB value is (111,228,210). Sum of RGB (Red+Green+Blue) = 111+228+210=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4D2 is #901B2D. Grayscale: #BEBEBE. Windows color (decimal): -9444142 or 13821039. OLE color: 13821039.

HSL color Cylindrical-coordinate representation of color #6FE4D2: hue angle of 170.77º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE4D2 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB111228210-
CMYK0.5100.080.11
HSL170.77º68.42%66.47%-
HSV(B)170.77º51.32%89.41%-
XYZ45.9363.5270.81-
YUV190.96138.7470.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.22%
GREEN value IS 228 (89.45% from 255) = 41.53%
BLUE value IS 210 (82.42% from 255) = 38.25%
R=20.22%
G=41.53%
B=38.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1112282100.5100.080.11170.7768.4266.47
Hex6FE4D23308Bab4442
Octal1573443226301013253104102
Binary110111111100100110100101100110100010111010101110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,228,210); }

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

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

 a { background-color: rgb(111,228,210); }

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

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

 span { border-color: rgb(111,228,210); }

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