Html Css Color HEX #69C1AD Medium Aquamarine

📋 copy color: '#69C1AD'

red 105 ◦ green 193 ◦ blue 173

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

Shades of Medium Aquamarine #69C1AD

Tints of Medium Aquamarine #69C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

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

R = 22.29%
G = 40.98%
B = 36.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#69C1AD (or 0x69C1AD) is known color: Medium Aquamarine. HEX triplet: 69, C1 and AD. RGB value is (105,193,173). Sum of RGB (Red+Green+Blue) = 105+193+173=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #69C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C1AD is #963E52. Grayscale: #A4A4A4. Windows color (decimal): -9846355 or 11387241. OLE color: 11387241.

HSL color Cylindrical-coordinate representation of color #69C1AD: hue angle of 166.36º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C1AD is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 193 173 -
CMYK 0.46 0 0.10 0.24
HSL 166.36º 0.42% 0.58% -
HSV(B) 166.36º 0.46% 0.76% -
XYZ 32.44 44.16 46.35 -
YUV 164.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 105 193 173 0.46 0 0.10 0.24 166.36 0.42 0.58
Hex 69 C1 AD 2E 0 A 18 A6 2A 3A
Octal 151 301 255 56 0 12 30 246 52 72
Binary 1101001 11000001 10101101 101110 0 1010 11000 10100110 101010 111010

Color Harmonies of #69C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C1AD

Black with #69C1AD

Text Example


Text Example

White with #69C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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