Html Css Color HEX #69D99F Medium Aquamarine

📋 copy color: '#69D99F'

red 105 ◦ green 217 ◦ blue 159

#69D99F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #69D99F

Tints of Medium Aquamarine #69D99F

RGB

 RED value IS 105 (41.41% from 255) = 21.83%

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 159 (62.5% from 255) = 33.06%

R = 21.83%
G = 45.11%
B = 33.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#69D99F (or 0x69D99F) is known color: Medium Aquamarine. HEX triplet: 69, D9 and 9F. RGB value is (105,217,159). Sum of RGB (Red+Green+Blue) = 105+217+159=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #69D99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D99F is #962660. Grayscale: #B1B1B1. Windows color (decimal): -9840225 or 10475881. OLE color: 10475881.

HSL color Cylindrical-coordinate representation of color #69D99F: hue angle of 148.93º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D99F is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 159 -
CMYK 0.52 0 0.27 0.15
HSL 148.93º 0.6% 0.63% -
HSV(B) 148.93º 0.52% 0.85% -
XYZ 36.9 55.13 41.5 -
YUV 176.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 105 217 159 0.52 0 0.27 0.15 148.93 0.6 0.63
Hex 69 D9 9F 34 0 1B F 95 3C 3F
Octal 151 331 237 64 0 33 17 225 74 77
Binary 1101001 11011001 10011111 110100 0 11011 1111 10010101 111100 111111

Color Harmonies of #69D99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D99F

Black with #69D99F

Text Example


Text Example

White with #69D99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69D99F;
 }
 .AnyTagClassName
 {
   color: #69D99F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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