#69EA98

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

Shades of Medium Aquamarine #69EA98

Tints of Medium Aquamarine #69EA98

Color information

#69EA98 (or 0x69EA98) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EA and 98. RGB value is (105,234,152). Sum of RGB (Red+Green+Blue) = 105+234+152=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #69EA98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EA98 is #961567. Grayscale: #BABABA. Windows color (decimal): -9835880 or 10021481. OLE color: 10021481.

HSL color Cylindrical-coordinate representation of color #69EA98: hue angle of 141.86º 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 #69EA98 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB105234152-
CMYK0.5500.350.08
HSL141.86º75.44%66.47%-
HSV(B)141.86º55.13%91.76%-
XYZ40.9264.1239.92-
YUV186.08108.7670.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.38%
GREEN value IS 234 (91.80% from 255) = 47.66%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=21.38%
G=47.66%
B=30.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052341520.5500.350.08141.8675.4466.47
Hex69EA983702388e4b42
Octal1513522306704310216113102
Binary11010011110101010011000110111010001110001000111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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