#67C9B0

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

Shades of Medium Aquamarine #67C9B0

Tints of Medium Aquamarine #67C9B0

Color information

#67C9B0 (or 0x67C9B0) is unknown color: approx Medium Aquamarine. HEX triplet: 67, C9 and B0. RGB value is (103,201,176). Sum of RGB (Red+Green+Blue) = 103+201+176=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #67C9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C9B0 is #98364F. Grayscale: #A8A8A8. Windows color (decimal): -9975376 or 11585895. OLE color: 11585895.

HSL color Cylindrical-coordinate representation of color #67C9B0: hue angle of 164.69º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67C9B0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB103201176-
CMYK0.4900.120.21
HSL164.69º47.57%59.61%-
HSV(B)164.69º48.76%78.82%-
XYZ34.3247.7948.49-
YUV168.85132.0381.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.46%
GREEN value IS 201 (78.91% from 255) = 41.88%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=21.46%
G=41.88%
B=36.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1032011760.4900.120.21164.6947.5759.61
Hex67C9B0310C15a5303c
Octal14731126061014252456074
Binary11001111100100110110000110001011001010110100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,201,176); }

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

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

 a { background-color: rgb(103,201,176); }

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

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

 span { border-color: rgb(103,201,176); }

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