#69EF98

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

Shades of Medium Aquamarine #69EF98

Tints of Medium Aquamarine #69EF98

Color information

#69EF98 (or 0x69EF98) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EF and 98. RGB value is (105,239,152). Sum of RGB (Red+Green+Blue) = 105+239+152=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EF98 is #961067. Grayscale: #BDBDBD. Windows color (decimal): -9834600 or 10022761. OLE color: 10022761.

HSL color Cylindrical-coordinate representation of color #69EF98: hue angle of 141.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EF98 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB105239152-
CMYK0.5600.360.06
HSL141.04º80.72%67.45%-
HSV(B)141.04º56.07%93.73%-
XYZ42.366740.41-
YUV189.02107.1168.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 239 (93.75% from 255) = 48.19%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=21.17%
G=48.19%
B=30.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391520.5600.360.06141.0480.7267.45
Hex69EF983802468d5143
Octal151357230700446215121103
Binary1101001111011111001100011100001001001101000110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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