Html Css Color HEX #69D8AD Medium Aquamarine

📋 copy color: '#69D8AD'

red 105 ◦ green 216 ◦ blue 173

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

Shades of Medium Aquamarine #69D8AD

Tints of Medium Aquamarine #69D8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.72%

 BLUE value IS 173 (67.97% from 255) = 35.02%

R = 21.26%
G = 43.72%
B = 35.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#69D8AD (or 0x69D8AD) is known color: Medium Aquamarine. HEX triplet: 69, D8 and AD. RGB value is (105,216,173). Sum of RGB (Red+Green+Blue) = 105+216+173=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D8AD is #962752. Grayscale: #B1B1B1. Windows color (decimal): -9840467 or 11393129. OLE color: 11393129.

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

Color convert

RGB 105 216 173 -
CMYK 0.51 0 0.20 0.15
HSL 156.76º 0.59% 0.63% -
HSV(B) 156.76º 0.51% 0.85% -
XYZ 37.92 55.13 48.18 -
YUV 177.91 125.23 76 -
System Red Green Blue C M Y K H S L
Decimal 105 216 173 0.51 0 0.20 0.15 156.76 0.59 0.63
Hex 69 D8 AD 33 0 14 F 9D 3B 3F
Octal 151 330 255 63 0 24 17 235 73 77
Binary 1101001 11011000 10101101 110011 0 10100 1111 10011101 111011 111111

Color Harmonies of #69D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D8AD

Black with #69D8AD

Text Example


Text Example

White with #69D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,216,173); }

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

background-color css

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

 a { background-color: rgb(105,216,173); }

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

border-color css

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

 span { border-color: rgb(105,216,173); }

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