#69CBAF

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

Shades of Medium Aquamarine #69CBAF

Tints of Medium Aquamarine #69CBAF

Color information

#69CBAF (or 0x69CBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CB and AF. RGB value is (105,203,175). Sum of RGB (Red+Green+Blue) = 105+203+175=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBAF is #963450. Grayscale: #AAAAAA. Windows color (decimal): -9843793 or 11520873. OLE color: 11520873.

HSL color Cylindrical-coordinate representation of color #69CBAF: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CBAF is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB105203175-
CMYK0.4800.140.20
HSL162.86º48.51%60.39%-
HSV(B)162.86º48.28%79.61%-
XYZ34.9248.8148.14-
YUV170.51130.5381.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 203 (79.69% from 255) = 42.03%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=21.74%
G=42.03%
B=36.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031750.4800.140.20162.8648.5160.39
Hex69CBAF300E14a3313c
Octal15131325760016242436174
Binary11010011100101110101111110000011101010010100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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