#67CBAB

Color #67CBAB Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #67CBAB

Tints of Medium Aquamarine #67CBAB

Color information

#67CBAB (or 0x67CBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 67, CB and AB. RGB value is (103,203,171). Sum of RGB (Red+Green+Blue) = 103+203+171=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #67CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CBAB is #983454. Grayscale: #A9A9A9. Windows color (decimal): -9974869 or 11258727. OLE color: 11258727.

HSL color Cylindrical-coordinate representation of color #67CBAB: hue angle of 160.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CBAB is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB103203171-
CMYK0.4900.160.20
HSL160.8º49.02%60%-
HSV(B)160.8º49.26%79.61%-
XYZ34.348.5446.09-
YUV169.45128.8780.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.59%
GREEN value IS 203 (79.69% from 255) = 42.56%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=21.59%
G=42.56%
B=35.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1032031710.4900.160.20160.849.0260
Hex67CBAB3101014a1313c
Octal14731325361020242416174
Binary110011111001011101010111100010100001010010100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,203,171); }

 H1.HeaderClassName
 {
   color: #67CBAB;
 }
 .AnyTagClassName
 {
   color: #67CBAB;
 }
</style>
background-color css

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

 a { background-color: rgb(103,203,171); }

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

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

 span { border-color: rgb(103,203,171); }

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