#74CBA2

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

Shades of Medium Aquamarine #74CBA2

Tints of Medium Aquamarine #74CBA2

Color information

#74CBA2 (or 0x74CBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 74, CB and A2. RGB value is (116,203,162). Sum of RGB (Red+Green+Blue) = 116+203+162=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CBA2 is #8B345D. Grayscale: #ACACAC. Windows color (decimal): -9122910 or 10668916. OLE color: 10668916.

HSL color Cylindrical-coordinate representation of color #74CBA2: hue angle of 151.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CBA2 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB116203162-
CMYK0.4300.200.20
HSL151.72º45.55%62.55%-
HSV(B)151.72º42.86%79.61%-
XYZ35.0849.0341.8-
YUV172.31122.1887.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.12%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 162 (63.67% from 255) = 33.68%
R=24.12%
G=42.20%
B=33.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162031620.4300.200.20151.7245.5562.55
Hex74CBA22B01414982e3f
Octal16431324253024242305677
Binary111010011001011101000101010110101001010010011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74CBA2; }

 p { color: rgb(116,203,162); }

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

<style>
 a { background-color: #74CBA2; }

 a { background-color: rgb(116,203,162); }

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

<style>
 span { border-color: #74CBA2; }

 span { border-color: rgb(116,203,162); }

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