#69EA9B

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

Shades of Medium Aquamarine #69EA9B

Tints of Medium Aquamarine #69EA9B

Color information

#69EA9B (or 0x69EA9B) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EA and 9B. RGB value is (105,234,155). Sum of RGB (Red+Green+Blue) = 105+234+155=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #69EA9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EA9B is #961564. Grayscale: #BABABA. Windows color (decimal): -9835877 or 10218089. OLE color: 10218089.

HSL color Cylindrical-coordinate representation of color #69EA9B: hue angle of 143.26º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EA9B is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB105234155-
CMYK0.5500.340.08
HSL143.26º75.44%66.47%-
HSV(B)143.26º55.13%91.76%-
XYZ41.1664.2241.24-
YUV186.42110.2669.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 234 (91.80% from 255) = 47.37%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=21.26%
G=47.37%
B=31.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052341550.5500.340.08143.2675.4466.47
Hex69EA9B3702288f4b42
Octal1513522336704210217113102
Binary11010011110101010011011110111010001010001000111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,234,155); }

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

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

 a { background-color: rgb(105,234,155); }

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

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

 span { border-color: rgb(105,234,155); }

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