Html Css Color HEX #69BFA9 Medium Aquamarine

📋 copy color: '#69BFA9'

red 105 ◦ green 191 ◦ blue 169

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

Shades of Medium Aquamarine #69BFA9

Tints of Medium Aquamarine #69BFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 22.58%
G = 41.08%
B = 36.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#69BFA9 (or 0x69BFA9) is known color: Medium Aquamarine. HEX triplet: 69, BF and A9. RGB value is (105,191,169). Sum of RGB (Red+Green+Blue) = 105+191+169=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFA9 is #964056. Grayscale: #A2A2A2. Windows color (decimal): -9846871 or 11124585. OLE color: 11124585.

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

Color convert

RGB 105 191 169 -
CMYK 0.45 0 0.12 0.25
HSL 164.65º 0.4% 0.58% -
HSV(B) 164.65º 0.45% 0.75% -
XYZ 31.62 43.13 44.19 -
YUV 162.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 105 191 169 0.45 0 0.12 0.25 164.65 0.4 0.58
Hex 69 BF A9 2D 0 C 19 A5 28 3A
Octal 151 277 251 55 0 14 31 245 50 72
Binary 1101001 10111111 10101001 101101 0 1100 11001 10100101 101000 111010

Color Harmonies of #69BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BFA9

Black with #69BFA9

Text Example


Text Example

White with #69BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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