#67CDA4

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

Shades of Medium Aquamarine #67CDA4

Tints of Medium Aquamarine #67CDA4

Color information

#67CDA4 (or 0x67CDA4) is unknown color: approx Medium Aquamarine. HEX triplet: 67, CD and A4. RGB value is (103,205,164). Sum of RGB (Red+Green+Blue) = 103+205+164=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #67CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CDA4 is #98325B. Grayscale: #A9A9A9. Windows color (decimal): -9974364 or 10800487. OLE color: 10800487.

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

Color convert

RGB103205164-
CMYK0.5000.20.20
HSL155.88º50.5%60.39%-
HSV(B)155.88º49.76%80.39%-
XYZ34.1349.2342.83-
YUV169.83124.7180.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.82%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=21.82%
G=43.43%
B=34.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1032051640.5000.20.20155.8850.560.39
Hex67CDA432014149c323c
Octal14731524462024242346274
Binary110011111001101101001001100100101001010010011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,205,164); }

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

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

 a { background-color: rgb(103,205,164); }

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

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

 span { border-color: rgb(103,205,164); }

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