#6FCCA2

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

Shades of Medium Aquamarine #6FCCA2

Tints of Medium Aquamarine #6FCCA2

Color information

#6FCCA2 (or 0x6FCCA2) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CC and A2. RGB value is (111,204,162). Sum of RGB (Red+Green+Blue) = 111+204+162=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCA2 is #90335D. Grayscale: #ABABAB. Windows color (decimal): -9450334 or 10669167. OLE color: 10669167.

HSL color Cylindrical-coordinate representation of color #6FCCA2: hue angle of 152.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCA2 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB111204162-
CMYK0.4600.210.2
HSL152.9º47.69%61.76%-
HSV(B)152.9º45.59%80%-
XYZ34.6749.1741.85-
YUV171.4122.6984.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=23.27%
G=42.77%
B=33.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1112041620.4600.210.2152.947.6961.76
Hex6FCCA22E0151499303e
Octal15731424256025242316076
Binary110111111001100101000101011100101011010010011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,204,162); }

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

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

 a { background-color: rgb(111,204,162); }

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

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

 span { border-color: rgb(111,204,162); }

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