Html Css Color HEX #67C0A6 Medium Aquamarine

📋 copy color: '#67C0A6'

red 103 ◦ green 192 ◦ blue 166

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

Shades of Medium Aquamarine #67C0A6

Tints of Medium Aquamarine #67C0A6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 22.34%
G = 41.65%
B = 36.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#67C0A6 (or 0x67C0A6) is known color: Medium Aquamarine. HEX triplet: 67, C0 and A6. RGB value is (103,192,166). Sum of RGB (Red+Green+Blue) = 103+192+166=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #67C0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C0A6 is #983F59. Grayscale: #A2A2A2. Windows color (decimal): -9977690 or 10928231. OLE color: 10928231.

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

Color convert

RGB 103 192 166 -
CMYK 0.46 0 0.14 0.25
HSL 162.47º 0.41% 0.58% -
HSV(B) 162.47º 0.46% 0.75% -
XYZ 31.33 43.34 42.79 -
YUV 162.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 103 192 166 0.46 0 0.14 0.25 162.47 0.41 0.58
Hex 67 C0 A6 2E 0 E 19 A2 29 3A
Octal 147 300 246 56 0 16 31 242 51 72
Binary 1100111 11000000 10100110 101110 0 1110 11001 10100010 101001 111010

Color Harmonies of #67C0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C0A6

Black with #67C0A6

Text Example


Text Example

White with #67C0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,192,166); }

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

background-color css

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

 a { background-color: rgb(103,192,166); }

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

border-color css

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

 span { border-color: rgb(103,192,166); }

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