Html Css Color HEX #69D2AD Medium Aquamarine

📋 copy color: '#69D2AD'

red 105 ◦ green 210 ◦ blue 173

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

Shades of Medium Aquamarine #69D2AD

Tints of Medium Aquamarine #69D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.03%

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

R = 21.52%
G = 43.03%
B = 35.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#69D2AD (or 0x69D2AD) is known color: Medium Aquamarine. HEX triplet: 69, D2 and AD. RGB value is (105,210,173). Sum of RGB (Red+Green+Blue) = 105+210+173=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #69D2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D2AD is #962D52. Grayscale: #AEAEAE. Windows color (decimal): -9842003 or 11391593. OLE color: 11391593.

HSL color Cylindrical-coordinate representation of color #69D2AD: hue angle of 158.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D2AD is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 210 173 -
CMYK 0.50 0 0.18 0.18
HSL 158.86º 0.54% 0.62% -
HSV(B) 158.86º 0.5% 0.82% -
XYZ 36.42 52.11 47.67 -
YUV 174.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 105 210 173 0.50 0 0.18 0.18 158.86 0.54 0.62
Hex 69 D2 AD 32 0 12 12 9F 36 3E
Octal 151 322 255 62 0 22 22 237 66 76
Binary 1101001 11010010 10101101 110010 0 10010 10010 10011111 110110 111110

Color Harmonies of #69D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D2AD

Black with #69D2AD

Text Example


Text Example

White with #69D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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