Html Css Color HEX #67C0AF Medium Aquamarine

📋 copy color: '#67C0AF'

red 103 ◦ green 192 ◦ blue 175

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

Shades of Medium Aquamarine #67C0AF

Tints of Medium Aquamarine #67C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 21.91%
G = 40.85%
B = 37.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#67C0AF (or 0x67C0AF) is known color: Medium Aquamarine. HEX triplet: 67, C0 and AF. RGB value is (103,192,175). Sum of RGB (Red+Green+Blue) = 103+192+175=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #67C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C0AF is #983F50. Grayscale: #A3A3A3. Windows color (decimal): -9977681 or 11518055. OLE color: 11518055.

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

Color convert

RGB 103 192 175 -
CMYK 0.46 0 0.09 0.25
HSL 168.54º 0.41% 0.58% -
HSV(B) 168.54º 0.46% 0.75% -
XYZ 32.18 43.68 47.29 -
YUV 163.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 103 192 175 0.46 0 0.09 0.25 168.54 0.41 0.58
Hex 67 C0 AF 2E 0 9 19 A9 29 3A
Octal 147 300 257 56 0 11 31 251 51 72
Binary 1100111 11000000 10101111 101110 0 1001 11001 10101001 101001 111010

Color Harmonies of #67C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C0AF

Black with #67C0AF

Text Example


Text Example

White with #67C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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