#6EF3CC

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

Shades of Aquamarine #6EF3CC

Tints of Aquamarine #6EF3CC

Color information

#6EF3CC (or 0x6EF3CC) is unknown color: approx Aquamarine. HEX triplet: 6E, F3 and CC. RGB value is (110,243,204). Sum of RGB (Red+Green+Blue) = 110+243+204=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #6EF3CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF3CC is #910C33. Grayscale: #C6C6C6. Windows color (decimal): -9505844 or 13431662. OLE color: 13431662.

HSL color Cylindrical-coordinate representation of color #6EF3CC: hue angle of 162.41º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF3CC is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB110243204-
CMYK0.5500.160.05
HSL162.41º84.71%69.22%-
HSV(B)162.41º54.73%95.29%-
XYZ49.3871.7868.38-
YUV198.79130.9464.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.75%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=19.75%
G=43.63%
B=36.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102432040.5500.160.05162.4184.7169.22
Hex6EF3CC370105a25545
Octal156363314670205242125105
Binary110111011110011110011001101110100001011010001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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