Html Css Color HEX #67C0AC Medium Aquamarine

📋 copy color: '#67C0AC'

red 103 ◦ green 192 ◦ blue 172

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

Shades of Medium Aquamarine #67C0AC

Tints of Medium Aquamarine #67C0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 22.06%
G = 41.11%
B = 36.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#67C0AC (or 0x67C0AC) is known color: Medium Aquamarine. HEX triplet: 67, C0 and AC. RGB value is (103,192,172). Sum of RGB (Red+Green+Blue) = 103+192+172=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #67C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C0AC is #983F53. Grayscale: #A3A3A3. Windows color (decimal): -9977684 or 11321447. OLE color: 11321447.

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

Color convert

RGB 103 192 172 -
CMYK 0.46 0 0.10 0.25
HSL 166.52º 0.41% 0.58% -
HSV(B) 166.52º 0.46% 0.75% -
XYZ 31.89 43.56 45.76 -
YUV 163.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 103 192 172 0.46 0 0.10 0.25 166.52 0.41 0.58
Hex 67 C0 AC 2E 0 A 19 A7 29 3A
Octal 147 300 254 56 0 12 31 247 51 72
Binary 1100111 11000000 10101100 101110 0 1010 11001 10100111 101001 111010

Color Harmonies of #67C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C0AC

Black with #67C0AC

Text Example


Text Example

White with #67C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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