#69F19F

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

Shades of Medium Aquamarine #69F19F

Tints of Medium Aquamarine #69F19F

Color information

#69F19F (or 0x69F19F) is unknown color: approx Medium Aquamarine. HEX triplet: 69, F1 and 9F. RGB value is (105,241,159). Sum of RGB (Red+Green+Blue) = 105+241+159=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #69F19F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F19F is #960E60. Grayscale: #BFBFBF. Windows color (decimal): -9834081 or 10482025. OLE color: 10482025.

HSL color Cylindrical-coordinate representation of color #69F19F: hue angle of 143.82º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F19F is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB105241159-
CMYK0.5600.340.05
HSL143.82º82.93%67.84%-
HSV(B)143.82º56.43%94.51%-
XYZ43.5468.4243.71-
YUV190.99109.9466.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 241 (94.53% from 255) = 47.72%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=20.79%
G=47.72%
B=31.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052411590.5600.340.05143.8282.9367.84
Hex69F19F380225905344
Octal151361237700425220123104
Binary1101001111100011001111111100001000101011001000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,241,159); }

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

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

 a { background-color: rgb(105,241,159); }

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

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

 span { border-color: rgb(105,241,159); }

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