#69BFA7

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

Shades of Medium Aquamarine #69BFA7

Tints of Medium Aquamarine #69BFA7

Color information

#69BFA7 (or 0x69BFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 69, BF and A7. RGB value is (105,191,167). Sum of RGB (Red+Green+Blue) = 105+191+167=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFA7 is #964058. Grayscale: #A2A2A2. Windows color (decimal): -9846873 or 10993513. OLE color: 10993513.

HSL color Cylindrical-coordinate representation of color #69BFA7: hue angle of 163.26º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BFA7 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB105191167-
CMYK0.4500.130.25
HSL163.26º40.19%58.04%-
HSV(B)163.26º45.03%74.9%-
XYZ31.4343.0543.21-
YUV162.55130.5186.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=22.68%
G=41.25%
B=36.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911670.4500.130.25163.2640.1958.04
Hex69BFA72D0D19a3283a
Octal15127724755015312435072
Binary11010011011111110100111101101011011100110100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,167); }

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

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

 a { background-color: rgb(105,191,167); }

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

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

 span { border-color: rgb(105,191,167); }

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