#69C7AB

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

Shades of Medium Aquamarine #69C7AB

Tints of Medium Aquamarine #69C7AB

Color information

#69C7AB (or 0x69C7AB) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C7 and AB. RGB value is (105,199,171). Sum of RGB (Red+Green+Blue) = 105+199+171=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #69C7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C7AB is #963854. Grayscale: #A7A7A7. Windows color (decimal): -9844821 or 11257705. OLE color: 11257705.

HSL color Cylindrical-coordinate representation of color #69C7AB: hue angle of 162.13º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C7AB is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB105199171-
CMYK0.4700.140.22
HSL162.13º45.63%59.61%-
HSV(B)162.13º47.24%78.04%-
XYZ33.646.7945.79-
YUV167.7129.8683.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.11%
GREEN value IS 199 (78.12% from 255) = 41.89%
BLUE value IS 171 (67.19% from 255) = 36%
R=22.11%
G=41.89%
B=36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051991710.4700.140.22162.1345.6359.61
Hex69C7AB2F0E16a22e3c
Octal15130725357016262425674
Binary11010011100011110101011101111011101011010100010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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