Html Css Color HEX #69D99A Medium Aquamarine

📋 copy color: '#69D99A'

red 105 ◦ green 217 ◦ blue 154

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

Shades of Medium Aquamarine #69D99A

Tints of Medium Aquamarine #69D99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 22.06%
G = 45.59%
B = 32.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#69D99A (or 0x69D99A) is known color: Medium Aquamarine. HEX triplet: 69, D9 and 9A. RGB value is (105,217,154). Sum of RGB (Red+Green+Blue) = 105+217+154=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #69D99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D99A is #962665. Grayscale: #B0B0B0. Windows color (decimal): -9840230 or 10148201. OLE color: 10148201.

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

Color convert

RGB 105 217 154 -
CMYK 0.52 0 0.29 0.15
HSL 146.25º 0.6% 0.63% -
HSV(B) 146.25º 0.52% 0.85% -
XYZ 36.47 54.96 39.26 -
YUV 176.33 115.39 77.12 -
System Red Green Blue C M Y K H S L
Decimal 105 217 154 0.52 0 0.29 0.15 146.25 0.6 0.63
Hex 69 D9 9A 34 0 1D F 92 3C 3F
Octal 151 331 232 64 0 35 17 222 74 77
Binary 1101001 11011001 10011010 110100 0 11101 1111 10010010 111100 111111

Color Harmonies of #69D99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D99A

Black with #69D99A

Text Example


Text Example

White with #69D99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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