#69FDA4

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

Shades of Medium Aquamarine #69FDA4

Tints of Medium Aquamarine #69FDA4

Color information

#69FDA4 (or 0x69FDA4) is unknown color: approx Medium Aquamarine. HEX triplet: 69, FD and A4. RGB value is (105,253,164). Sum of RGB (Red+Green+Blue) = 105+253+164=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FDA4 is #96025B. Grayscale: #C6C6C6. Windows color (decimal): -9831004 or 10812777. OLE color: 10812777.

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

Color convert

RGB105253164-
CMYK0.5800.350.01
HSL143.92º97.37%70.2%-
HSV(B)143.92º58.5%99.22%-
XYZ47.6575.9347.27-
YUV198.6108.4761.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.11%
GREEN value IS 253 (99.22% from 255) = 48.47%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=20.11%
G=48.47%
B=31.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052531640.5800.350.01143.9297.3770.2
Hex69FDA43A0231906146
Octal151375244720431220141106
Binary11010011111110110100100111010010001111001000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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