Html Css Color HEX #69DDAD Medium Aquamarine

📋 copy color: '#69DDAD'

red 105 ◦ green 221 ◦ blue 173

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

Shades of Medium Aquamarine #69DDAD

Tints of Medium Aquamarine #69DDAD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

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

R = 21.04%
G = 44.29%
B = 34.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#69DDAD (or 0x69DDAD) is known color: Medium Aquamarine. HEX triplet: 69, DD and AD. RGB value is (105,221,173). Sum of RGB (Red+Green+Blue) = 105+221+173=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDAD is #962252. Grayscale: #B4B4B4. Windows color (decimal): -9839187 or 11394409. OLE color: 11394409.

HSL color Cylindrical-coordinate representation of color #69DDAD: hue angle of 155.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DDAD is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 173 -
CMYK 0.52 0 0.22 0.13
HSL 155.17º 0.63% 0.64% -
HSV(B) 155.17º 0.52% 0.87% -
XYZ 39.22 57.73 48.61 -
YUV 180.84 123.57 73.9 -
System Red Green Blue C M Y K H S L
Decimal 105 221 173 0.52 0 0.22 0.13 155.17 0.63 0.64
Hex 69 DD AD 34 0 16 D 9B 3F 40
Octal 151 335 255 64 0 26 15 233 77 100
Binary 1101001 11011101 10101101 110100 0 10110 1101 10011011 111111 1000000

Color Harmonies of #69DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DDAD

Black with #69DDAD

Text Example


Text Example

White with #69DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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