#6fe3be

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

Shades of Downy #6FE3BE

Tints of Downy #6FE3BE

Color information

#6FE3BE (or 0x6FE3BE) is unknown color: approx Downy. HEX triplet: 6F, E3 and BE. RGB value is (111,227,190). Sum of RGB (Red+Green+Blue) = 111+227+190=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE3BE is #901C41. Grayscale: #BCBCBC. Windows color (decimal): -9444418 or 12510063. OLE color: 12510063.

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

Color convert

RGB111227190-
CMYK0.5100.160.11
HSL160.86º67.44%66.27%-
HSV(B)160.86º51.1%89.02%-
XYZ43.3262.0458.41-
YUV188.1129.0773.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.02%
GREEN value IS 227 (89.06% from 255) = 42.99%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=21.02%
G=42.99%
B=35.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1112271900.5100.160.11160.8667.4466.27
Hex6FE3BE33010Ba14342
Octal1573432766302013241103102
Binary1101111111000111011111011001101000010111010000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fe3be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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