#69E09B

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

Shades of Medium Aquamarine #69E09B

Tints of Medium Aquamarine #69E09B

Color information

#69E09B (or 0x69E09B) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E0 and 9B. RGB value is (105,224,155). Sum of RGB (Red+Green+Blue) = 105+224+155=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #69E09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E09B is #961F64. Grayscale: #B4B4B4. Windows color (decimal): -9838437 or 10215529. OLE color: 10215529.

HSL color Cylindrical-coordinate representation of color #69E09B: hue angle of 145.21º 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 #69E09B is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB105224155-
CMYK0.5300.310.12
HSL145.21º65.75%64.51%-
HSV(B)145.21º53.12%87.84%-
XYZ38.458.6840.31-
YUV180.55113.5874.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=21.69%
G=46.28%
B=32.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241550.5300.310.12145.2165.7564.51
Hex69E09B3501FC914241
Octal1513402336503714221102101
Binary1101001111000001001101111010101111111001001000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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