#69CAAB

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

Shades of Medium Aquamarine #69CAAB

Tints of Medium Aquamarine #69CAAB

Color information

#69CAAB (or 0x69CAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CA and AB. RGB value is (105,202,171). Sum of RGB (Red+Green+Blue) = 105+202+171=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #69CAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CAAB is #963554. Grayscale: #A9A9A9. Windows color (decimal): -9844053 or 11258473. OLE color: 11258473.

HSL color Cylindrical-coordinate representation of color #69CAAB: hue angle of 160.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CAAB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB105202171-
CMYK0.4800.150.21
HSL160.82º47.78%60.2%-
HSV(B)160.82º48.02%79.22%-
XYZ34.348.1846.02-
YUV169.46128.8682.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=21.97%
G=42.26%
B=35.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021710.4800.150.21160.8247.7860.2
Hex69CAAB300F15a1303c
Octal15131225360017252416074
Binary11010011100101010101011110000011111010110100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,171); }

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

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

 a { background-color: rgb(105,202,171); }

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

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

 span { border-color: rgb(105,202,171); }

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