#6FEDD1

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

Shades of Aquamarine #6FEDD1

Tints of Aquamarine #6FEDD1

Color information

#6FEDD1 (or 0x6FEDD1) is unknown color: approx Aquamarine. HEX triplet: 6F, ED and D1. RGB value is (111,237,209). Sum of RGB (Red+Green+Blue) = 111+237+209=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDD1 is #90122E. Grayscale: #C4C4C4. Windows color (decimal): -9441839 or 13757807. OLE color: 13757807.

HSL color Cylindrical-coordinate representation of color #6FEDD1: hue angle of 166.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDD1 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB111237209-
CMYK0.5300.120.07
HSL166.67º77.78%68.24%-
HSV(B)166.67º53.16%92.94%-
XYZ48.3568.5571.01-
YUV196.13135.2667.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.93%
GREEN value IS 237 (92.97% from 255) = 42.55%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=19.93%
G=42.55%
B=37.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112372090.5300.120.07166.6777.7868.24
Hex6FEDD1350C7a74e44
Octal157355321650147247116104
Binary11011111110110111010001110101011001111010011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,237,209); }

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

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

 a { background-color: rgb(111,237,209); }

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

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

 span { border-color: rgb(111,237,209); }

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