#69F7CF

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

Shades of Aquamarine #69F7CF

Tints of Aquamarine #69F7CF

Color information

#69F7CF (or 0x69F7CF) is unknown color: approx Aquamarine. HEX triplet: 69, F7 and CF. RGB value is (105,247,207). Sum of RGB (Red+Green+Blue) = 105+247+207=559 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.78% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #69F7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F7CF is #960830. Grayscale: #C8C8C8. Windows color (decimal): -9832497 or 13629289. OLE color: 13629289.

HSL color Cylindrical-coordinate representation of color #69F7CF: hue angle of 163.1º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F7CF is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB105247207-
CMYK0.5700.160.03
HSL163.1º89.87%69.02%-
HSV(B)163.1º57.49%96.86%-
XYZ50.3574.0370.67-
YUV199.98131.9660.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.78%
GREEN value IS 247 (96.88% from 255) = 44.19%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=18.78%
G=44.19%
B=37.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1052472070.5700.160.03163.189.8769.02
Hex69F7CF390103a35a45
Octal151367317710203243132105
Binary11010011111011111001111111001010000111010001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,247,207); }

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

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

 a { background-color: rgb(105,247,207); }

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

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

 span { border-color: rgb(105,247,207); }

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