#6EF8CC

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

Shades of Aquamarine #6EF8CC

Tints of Aquamarine #6EF8CC

Color information

#6EF8CC (or 0x6EF8CC) is unknown color: approx Aquamarine. HEX triplet: 6E, F8 and CC. RGB value is (110,248,204). Sum of RGB (Red+Green+Blue) = 110+248+204=562 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.57% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #6EF8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF8CC is #910733. Grayscale: #C9C9C9. Windows color (decimal): -9504564 or 13432942. OLE color: 13432942.

HSL color Cylindrical-coordinate representation of color #6EF8CC: hue angle of 160.87º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF8CC is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB110248204-
CMYK0.5600.180.03
HSL160.87º90.79%70.2%-
HSV(B)160.87º55.65%97.25%-
XYZ50.974.8168.88-
YUV201.72129.2862.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.57%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=19.57%
G=44.13%
B=36.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1102482040.5600.180.03160.8790.7970.2
Hex6EF8CC380123a15b46
Octal156370314700223241133106
Binary11011101111100011001100111000010010111010000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,248,204); }

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

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

 a { background-color: rgb(110,248,204); }

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

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

 span { border-color: rgb(110,248,204); }

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