Html Css Color HEX #69D99D Medium Aquamarine

📋 copy color: '#69D99D'

red 105 ◦ green 217 ◦ blue 157

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

Shades of Medium Aquamarine #69D99D

Tints of Medium Aquamarine #69D99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.78%

R = 21.92%
G = 45.3%
B = 32.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#69D99D (or 0x69D99D) is known color: Medium Aquamarine. HEX triplet: 69, D9 and 9D. RGB value is (105,217,157). Sum of RGB (Red+Green+Blue) = 105+217+157=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #69D99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D99D is #962662. Grayscale: #B0B0B0. Windows color (decimal): -9840227 or 10344809. OLE color: 10344809.

HSL color Cylindrical-coordinate representation of color #69D99D: hue angle of 147.86º 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 #69D99D is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 157 -
CMYK 0.52 0 0.28 0.15
HSL 147.86º 0.6% 0.63% -
HSV(B) 147.86º 0.52% 0.85% -
XYZ 36.72 55.06 40.59 -
YUV 176.67 116.89 76.88 -
System Red Green Blue C M Y K H S L
Decimal 105 217 157 0.52 0 0.28 0.15 147.86 0.6 0.63
Hex 69 D9 9D 34 0 1C F 94 3C 3F
Octal 151 331 235 64 0 34 17 224 74 77
Binary 1101001 11011001 10011101 110100 0 11100 1111 10010100 111100 111111

Color Harmonies of #69D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D99D

Black with #69D99D

Text Example


Text Example

White with #69D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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