#69FEA5

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

Shades of Medium Aquamarine #69FEA5

Tints of Medium Aquamarine #69FEA5

Color information

#69FEA5 (or 0x69FEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 69, FE and A5. RGB value is (105,254,165). Sum of RGB (Red+Green+Blue) = 105+254+165=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #69FEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FEA5 is #96015A. Grayscale: #C7C7C7. Windows color (decimal): -9830747 or 10878569. OLE color: 10878569.

HSL color Cylindrical-coordinate representation of color #69FEA5: hue angle of 144.16º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FEA5 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB105254165-
CMYK0.5900.350.00
HSL144.16º98.68%70.39%-
HSV(B)144.16º58.66%99.61%-
XYZ48.0676.647.85-
YUV199.3108.6460.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.04%
GREEN value IS 254 (99.61% from 255) = 48.47%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=20.04%
G=48.47%
B=31.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1052541650.5900.350.00144.1698.6870.39
Hex69FEA53B0230906346
Octal151376245730430220143106
Binary11010011111111010100101111011010001101001000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,254,165); }

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

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

 a { background-color: rgb(105,254,165); }

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

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

 span { border-color: rgb(105,254,165); }

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