#6FE1BE

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

Shades of Downy #6FE1BE

Tints of Downy #6FE1BE

Color information

#6FE1BE (or 0x6FE1BE) is unknown color: approx Downy. HEX triplet: 6F, E1 and BE. RGB value is (111,225,190). Sum of RGB (Red+Green+Blue) = 111+225+190=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1BE is #901E41. Grayscale: #BABABA. Windows color (decimal): -9444930 or 12509551. OLE color: 12509551.

HSL color Cylindrical-coordinate representation of color #6FE1BE: hue angle of 161.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1BE is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB111225190-
CMYK0.5100.160.12
HSL161.58º65.52%65.88%-
HSV(B)161.58º50.67%88.24%-
XYZ42.7860.9558.22-
YUV186.92129.7373.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.10%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=21.10%
G=42.78%
B=36.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1112251900.5100.160.12161.5865.5265.88
Hex6FE1BE33010Ca24242
Octal1573412766302014242102102
Binary1101111111000011011111011001101000011001010001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,225,190); }

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

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

 a { background-color: rgb(111,225,190); }

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

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

 span { border-color: rgb(111,225,190); }

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