Html Css Color HEX #69C5AD Medium Aquamarine

📋 copy color: '#69C5AD'

red 105 ◦ green 197 ◦ blue 173

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

Shades of Medium Aquamarine #69C5AD

Tints of Medium Aquamarine #69C5AD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

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

R = 22.11%
G = 41.47%
B = 36.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#69C5AD (or 0x69C5AD) is known color: Medium Aquamarine. HEX triplet: 69, C5 and AD. RGB value is (105,197,173). Sum of RGB (Red+Green+Blue) = 105+197+173=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C5AD is #963A52. Grayscale: #A6A6A6. Windows color (decimal): -9845331 or 11388265. OLE color: 11388265.

HSL color Cylindrical-coordinate representation of color #69C5AD: hue angle of 164.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C5AD is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 105 197 173 -
CMYK 0.47 0 0.12 0.23
HSL 164.35º 0.44% 0.59% -
HSV(B) 164.35º 0.47% 0.77% -
XYZ 33.33 45.95 46.65 -
YUV 166.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 105 197 173 0.47 0 0.12 0.23 164.35 0.44 0.59
Hex 69 C5 AD 2F 0 C 17 A4 2C 3B
Octal 151 305 255 57 0 14 27 244 54 73
Binary 1101001 11000101 10101101 101111 0 1100 10111 10100100 101100 111011

Color Harmonies of #69C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C5AD

Black with #69C5AD

Text Example


Text Example

White with #69C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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