Html Css Color HEX #69BFA5 Medium Aquamarine

📋 copy color: '#69BFA5'

red 105 ◦ green 191 ◦ blue 165

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

Shades of Medium Aquamarine #69BFA5

Tints of Medium Aquamarine #69BFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.79%

R = 22.78%
G = 41.43%
B = 35.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#69BFA5 (or 0x69BFA5) is known color: Medium Aquamarine. HEX triplet: 69, BF and A5. RGB value is (105,191,165). Sum of RGB (Red+Green+Blue) = 105+191+165=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BFA5 is #96405A. Grayscale: #A2A2A2. Windows color (decimal): -9846875 or 10862441. OLE color: 10862441.

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

Color convert

RGB 105 191 165 -
CMYK 0.45 0 0.14 0.25
HSL 161.86º 0.4% 0.58% -
HSV(B) 161.86º 0.45% 0.75% -
XYZ 31.25 42.98 42.25 -
YUV 162.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 105 191 165 0.45 0 0.14 0.25 161.86 0.4 0.58
Hex 69 BF A5 2D 0 E 19 A2 28 3A
Octal 151 277 245 55 0 16 31 242 50 72
Binary 1101001 10111111 10100101 101101 0 1110 11001 10100010 101000 111010

Color Harmonies of #69BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BFA5

Black with #69BFA5

Text Example


Text Example

White with #69BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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