Html Css Color HEX #69C0AD Medium Aquamarine

📋 copy color: '#69C0AD'

red 105 ◦ green 192 ◦ blue 173

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

Shades of Medium Aquamarine #69C0AD

Tints of Medium Aquamarine #69C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

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

R = 22.34%
G = 40.85%
B = 36.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#69C0AD (or 0x69C0AD) is known color: Medium Aquamarine. HEX triplet: 69, C0 and AD. RGB value is (105,192,173). Sum of RGB (Red+Green+Blue) = 105+192+173=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #69C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C0AD is #963F52. Grayscale: #A3A3A3. Windows color (decimal): -9846611 or 11386985. OLE color: 11386985.

HSL color Cylindrical-coordinate representation of color #69C0AD: hue angle of 166.9º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C0AD is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 173 -
CMYK 0.45 0 0.10 0.25
HSL 166.9º 0.41% 0.58% -
HSV(B) 166.9º 0.45% 0.75% -
XYZ 32.22 43.72 46.28 -
YUV 163.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 105 192 173 0.45 0 0.10 0.25 166.9 0.41 0.58
Hex 69 C0 AD 2D 0 A 19 A7 29 3A
Octal 151 300 255 55 0 12 31 247 51 72
Binary 1101001 11000000 10101101 101101 0 1010 11001 10100111 101001 111010

Color Harmonies of #69C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C0AD

Black with #69C0AD

Text Example


Text Example

White with #69C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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