#69CBA6

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

Shades of Medium Aquamarine #69CBA6

Tints of Medium Aquamarine #69CBA6

Color information

#69CBA6 (or 0x69CBA6) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CB and A6. RGB value is (105,203,166). Sum of RGB (Red+Green+Blue) = 105+203+166=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBA6 is #963459. Grayscale: #A9A9A9. Windows color (decimal): -9843802 or 10931049. OLE color: 10931049.

HSL color Cylindrical-coordinate representation of color #69CBA6: hue angle of 157.35º 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 #69CBA6 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB105203166-
CMYK0.4800.180.20
HSL157.35º48.51%60.39%-
HSV(B)157.35º48.28%79.61%-
XYZ34.0648.4743.64-
YUV169.48126.0382.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.15%
GREEN value IS 203 (79.69% from 255) = 42.83%
BLUE value IS 166 (65.23% from 255) = 35.02%
R=22.15%
G=42.83%
B=35.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031660.4800.180.20157.3548.5160.39
Hex69CBA630012149d313c
Octal15131324660022242356174
Binary110100111001011101001101100000100101010010011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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