#6FEAD0

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

Shades of Aquamarine #6FEAD0

Tints of Aquamarine #6FEAD0

Color information

#6FEAD0 (or 0x6FEAD0) is unknown color: approx Aquamarine. HEX triplet: 6F, EA and D0. RGB value is (111,234,208). Sum of RGB (Red+Green+Blue) = 111+234+208=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAD0 is #90152F. Grayscale: #C2C2C2. Windows color (decimal): -9442608 or 13691503. OLE color: 13691503.

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

Color convert

RGB111234208-
CMYK0.5300.110.08
HSL167.32º74.55%67.65%-
HSV(B)167.32º52.56%91.76%-
XYZ47.3666.7870.07-
YUV194.26135.7568.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.07%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=20.07%
G=42.31%
B=37.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112342080.5300.110.08167.3274.5567.65
Hex6FEAD0350B8a74b44
Octal1573523206501310247113104
Binary110111111101010110100001101010101110001010011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,234,208); }

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

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

 a { background-color: rgb(111,234,208); }

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

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

 span { border-color: rgb(111,234,208); }

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