#69CFAF

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

Shades of Medium Aquamarine #69CFAF

Tints of Medium Aquamarine #69CFAF

Color information

#69CFAF (or 0x69CFAF) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CF and AF. RGB value is (105,207,175). Sum of RGB (Red+Green+Blue) = 105+207+175=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CFAF is #963050. Grayscale: #ACACAC. Windows color (decimal): -9842769 or 11521897. OLE color: 11521897.

HSL color Cylindrical-coordinate representation of color #69CFAF: hue angle of 161.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CFAF is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB105207175-
CMYK0.4900.150.19
HSL161.18º51.52%61.18%-
HSV(B)161.18º49.28%81.18%-
XYZ35.8850.7248.46-
YUV172.85129.2179.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=21.56%
G=42.51%
B=35.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052071750.4900.150.19161.1851.5261.18
Hex69CFAF310F13a1343d
Octal15131725761017232416475
Binary11010011100111110101111110001011111001110100001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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