#6FE1BD

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

Shades of Downy #6FE1BD

Tints of Downy #6FE1BD

Color information

#6FE1BD (or 0x6FE1BD) is unknown color: approx Downy. HEX triplet: 6F, E1 and BD. RGB value is (111,225,189). Sum of RGB (Red+Green+Blue) = 111+225+189=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1BD is #901E42. Grayscale: #BABABA. Windows color (decimal): -9444931 or 12444015. OLE color: 12444015.

HSL color Cylindrical-coordinate representation of color #6FE1BD: hue angle of 161.05º 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 #6FE1BD is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB111225189-
CMYK0.5100.160.12
HSL161.05º65.52%65.88%-
HSV(B)161.05º50.67%88.24%-
XYZ42.6760.957.65-
YUV186.81129.2373.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.14%
GREEN value IS 225 (88.28% from 255) = 42.86%
BLUE value IS 189 (74.22% from 255) = 36%
R=21.14%
G=42.86%
B=36%

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
Decimal1112251890.5100.160.12161.0565.5265.88
Hex6FE1BD33010Ca14242
Octal1573412756302014241102102
Binary1101111111000011011110111001101000011001010000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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