#69E098

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

Shades of Medium Aquamarine #69E098

Tints of Medium Aquamarine #69E098

Color information

#69E098 (or 0x69E098) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E0 and 98. RGB value is (105,224,152). Sum of RGB (Red+Green+Blue) = 105+224+152=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #69E098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E098 is #961F67. Grayscale: #B4B4B4. Windows color (decimal): -9838440 or 10018921. OLE color: 10018921.

HSL color Cylindrical-coordinate representation of color #69E098: hue angle of 143.7º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E098 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB105224152-
CMYK0.5300.320.12
HSL143.7º65.75%64.51%-
HSV(B)143.7º53.12%87.84%-
XYZ38.1558.5839-
YUV180.21112.0874.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 224 (87.89% from 255) = 46.57%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=21.83%
G=46.57%
B=31.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241520.5300.320.12143.765.7564.51
Hex69E09835020C904241
Octal1513402306504014220102101
Binary11010011110000010011000110101010000011001001000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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