#69F4CF

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

Shades of Aquamarine #69F4CF

Tints of Aquamarine #69F4CF

Color information

#69F4CF (or 0x69F4CF) is unknown color: approx Aquamarine. HEX triplet: 69, F4 and CF. RGB value is (105,244,207). Sum of RGB (Red+Green+Blue) = 105+244+207=556 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.88% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #69F4CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F4CF is #960B30. Grayscale: #C6C6C6. Windows color (decimal): -9833265 or 13628521. OLE color: 13628521.

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

Color convert

RGB105244207-
CMYK0.5700.150.04
HSL164.03º86.34%68.43%-
HSV(B)164.03º56.97%95.69%-
XYZ49.4472.2170.36-
YUV198.22132.9561.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.88%
GREEN value IS 244 (95.70% from 255) = 43.88%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=18.88%
G=43.88%
B=37.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052442070.5700.150.04164.0386.3468.43
Hex69F4CF390F4a45644
Octal151364317710174244126104
Binary11010011111010011001111111001011111001010010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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