#74EBAB

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

Shades of Medium Aquamarine #74EBAB

Tints of Medium Aquamarine #74EBAB

Color information

#74EBAB (or 0x74EBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 74, EB and AB. RGB value is (116,235,171). Sum of RGB (Red+Green+Blue) = 116+235+171=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EBAB is #8B1454. Grayscale: #C0C0C0. Windows color (decimal): -9114709 or 11266932. OLE color: 11266932.

HSL color Cylindrical-coordinate representation of color #74EBAB: hue angle of 147.73º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EBAB is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB116235171-
CMYK0.5100.270.08
HSL147.73º74.84%68.82%-
HSV(B)147.73º50.64%92.16%-
XYZ44.2666.0748.95-
YUV192.12116.0873.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.22%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=22.22%
G=45.02%
B=32.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162351710.5100.270.08147.7374.8468.82
Hex74EBAB3301B8944b45
Octal1643532536303310224113105
Binary1110100111010111010101111001101101110001001010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,235,171); }

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

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

 a { background-color: rgb(116,235,171); }

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

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

 span { border-color: rgb(116,235,171); }

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