#69C4A4

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

Shades of Medium Aquamarine #69C4A4

Tints of Medium Aquamarine #69C4A4

Color information

#69C4A4 (or 0x69C4A4) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C4 and A4. RGB value is (105,196,164). Sum of RGB (Red+Green+Blue) = 105+196+164=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #69C4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C4A4 is #963B5B. Grayscale: #A5A5A5. Windows color (decimal): -9845596 or 10798185. OLE color: 10798185.

HSL color Cylindrical-coordinate representation of color #69C4A4: hue angle of 158.9º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C4A4 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB105196164-
CMYK0.4600.160.23
HSL158.9º43.54%59.02%-
HSV(B)158.9º46.43%76.86%-
XYZ32.2745.1642.14-
YUV165.14127.3585.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=22.58%
G=42.15%
B=35.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051961640.4600.160.23158.943.5459.02
Hex69C4A42E010179f2c3b
Octal15130424456020272375473
Binary110100111000100101001001011100100001011110011111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,196,164); }

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

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

 a { background-color: rgb(105,196,164); }

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

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

 span { border-color: rgb(105,196,164); }

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