Html Css Color HEX #67BFA9 Medium Aquamarine

📋 copy color: '#67BFA9'

red 103 ◦ green 191 ◦ blue 169

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

Shades of Medium Aquamarine #67BFA9

Tints of Medium Aquamarine #67BFA9

RGB

 RED value IS 103 (40.63% from 255) = 22.25%

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

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

R = 22.25%
G = 41.25%
B = 36.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#67BFA9 (or 0x67BFA9) is known color: Medium Aquamarine. HEX triplet: 67, BF and A9. RGB value is (103,191,169). Sum of RGB (Red+Green+Blue) = 103+191+169=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BFA9 is #984056. Grayscale: #A2A2A2. Windows color (decimal): -9977943 or 11124583. OLE color: 11124583.

HSL color Cylindrical-coordinate representation of color #67BFA9: hue angle of 165º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BFA9 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 191 169 -
CMYK 0.46 0 0.12 0.25
HSL 165º 0.41% 0.58% -
HSV(B) 165º 0.46% 0.75% -
XYZ 31.39 43.01 44.18 -
YUV 162.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 103 191 169 0.46 0 0.12 0.25 165 0.41 0.58
Hex 67 BF A9 2E 0 C 19 A5 29 3A
Octal 147 277 251 56 0 14 31 245 51 72
Binary 1100111 10111111 10101001 101110 0 1100 11001 10100101 101001 111010

Color Harmonies of #67BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFA9

Black with #67BFA9

Text Example


Text Example

White with #67BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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