#69F6C7

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

Shades of Aquamarine #69F6C7

Tints of Aquamarine #69F6C7

Color information

#69F6C7 (or 0x69F6C7) is unknown color: approx Aquamarine. HEX triplet: 69, F6 and C7. RGB value is (105,246,199). Sum of RGB (Red+Green+Blue) = 105+246+199=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #69F6C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F6C7 is #960938. Grayscale: #C6C6C6. Windows color (decimal): -9832761 or 13104745. OLE color: 13104745.

HSL color Cylindrical-coordinate representation of color #69F6C7: hue angle of 160º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F6C7 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB105246199-
CMYK0.5700.190.04
HSL160º88.68%68.82%-
HSV(B)160º57.32%96.47%-
XYZ49.0973.0465.54-
YUV198.48128.2961.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.09%
GREEN value IS 246 (96.48% from 255) = 44.73%
BLUE value IS 199 (78.12% from 255) = 36.18%
R=19.09%
G=44.73%
B=36.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052461990.5700.190.0416088.6868.82
Hex69F6C7390134a05945
Octal151366307710234240131105
Binary110100111110110110001111110010100111001010000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69F6C7; }

 p { color: rgb(105,246,199); }

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

<style>
 a { background-color: #69F6C7; }

 a { background-color: rgb(105,246,199); }

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

<style>
 span { border-color: #69F6C7; }

 span { border-color: rgb(105,246,199); }

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