Html Css Color HEX #69BFAA Medium Aquamarine

📋 copy color: '#69BFAA'

red 105 ◦ green 191 ◦ blue 170

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

Shades of Medium Aquamarine #69BFAA

Tints of Medium Aquamarine #69BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 40.99%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 22.53%
G = 40.99%
B = 36.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#69BFAA (or 0x69BFAA) is known color: Medium Aquamarine. HEX triplet: 69, BF and AA. RGB value is (105,191,170). Sum of RGB (Red+Green+Blue) = 105+191+170=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFAA is #964055. Grayscale: #A2A2A2. Windows color (decimal): -9846870 or 11190121. OLE color: 11190121.

HSL color Cylindrical-coordinate representation of color #69BFAA: hue angle of 165.35º degrees, saturation: 0.4, 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 #69BFAA is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 191 170 -
CMYK 0.45 0 0.11 0.25
HSL 165.35º 0.4% 0.58% -
HSV(B) 165.35º 0.45% 0.75% -
XYZ 31.71 43.17 44.69 -
YUV 162.89 132.01 86.71 -
System Red Green Blue C M Y K H S L
Decimal 105 191 170 0.45 0 0.11 0.25 165.35 0.4 0.58
Hex 69 BF AA 2D 0 B 19 A5 28 3A
Octal 151 277 252 55 0 13 31 245 50 72
Binary 1101001 10111111 10101010 101101 0 1011 11001 10100101 101000 111010

Color Harmonies of #69BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BFAA

Black with #69BFAA

Text Example


Text Example

White with #69BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,191,170); }

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

background-color css

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

 a { background-color: rgb(105,191,170); }

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

border-color css

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

 span { border-color: rgb(105,191,170); }

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