Html Css Color HEX #69BFAB Medium Aquamarine

📋 copy color: '#69BFAB'

red 105 ◦ green 191 ◦ blue 171

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

Shades of Medium Aquamarine #69BFAB

Tints of Medium Aquamarine #69BFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 22.48%
G = 40.9%
B = 36.62%

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

#69BFAB (or 0x69BFAB) is known color: Medium Aquamarine. HEX triplet: 69, BF and AB. RGB value is (105,191,171). Sum of RGB (Red+Green+Blue) = 105+191+171=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFAB is #964054. Grayscale: #A3A3A3. Windows color (decimal): -9846869 or 11255657. OLE color: 11255657.

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

Color convert

RGB 105 191 171 -
CMYK 0.45 0 0.10 0.25
HSL 166.05º 0.4% 0.58% -
HSV(B) 166.05º 0.45% 0.75% -
XYZ 31.81 43.21 45.19 -
YUV 163.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 105 191 171 0.45 0 0.10 0.25 166.05 0.4 0.58
Hex 69 BF AB 2D 0 A 19 A6 28 3A
Octal 151 277 253 55 0 12 31 246 50 72
Binary 1101001 10111111 10101011 101101 0 1010 11001 10100110 101000 111010

Color Harmonies of #69BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BFAB

Black with #69BFAB

Text Example


Text Example

White with #69BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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