#6AFBCA

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

Shades of Aquamarine #6AFBCA

Tints of Aquamarine #6AFBCA

Color information

#6AFBCA (or 0x6AFBCA) is unknown color: approx Aquamarine. HEX triplet: 6A, FB and CA. RGB value is (106,251,202). Sum of RGB (Red+Green+Blue) = 106+251+202=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBCA is #950435. Grayscale: #CACACA. Windows color (decimal): -9765942 or 13302634. OLE color: 13302634.

HSL color Cylindrical-coordinate representation of color #6AFBCA: hue angle of 159.72º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBCA is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB106251202-
CMYK0.5800.200.02
HSL159.72º94.77%70%-
HSV(B)159.72º57.77%98.43%-
XYZ51.176.3267.92-
YUV202.06127.9659.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.96%
GREEN value IS 251 (98.44% from 255) = 44.90%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=18.96%
G=44.90%
B=36.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062512020.5800.200.02159.7294.7770
Hex6AFBCA3A0142a05f46
Octal152373312720242240137106
Binary11010101111101111001010111010010100101010000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,202); }

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

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

 a { background-color: rgb(106,251,202); }

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

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

 span { border-color: rgb(106,251,202); }

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