#74FBB1

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

Shades of Aquamarine #74FBB1

Tints of Aquamarine #74FBB1

Color information

#74FBB1 (or 0x74FBB1) is unknown color: approx Aquamarine. HEX triplet: 74, FB and B1. RGB value is (116,251,177). Sum of RGB (Red+Green+Blue) = 116+251+177=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FBB1 is #8B044E. Grayscale: #CACACA. Windows color (decimal): -9110607 or 11664244. OLE color: 11664244.

HSL color Cylindrical-coordinate representation of color #74FBB1: hue angle of 147.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FBB1 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB116251177-
CMYK0.5400.290.02
HSL147.11º94.41%71.96%-
HSV(B)147.11º53.78%98.43%-
XYZ49.6475.8853.63-
YUV202.2113.7766.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.32%
GREEN value IS 251 (98.44% from 255) = 46.14%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=21.32%
G=46.14%
B=32.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162511770.5400.290.02147.1194.4171.96
Hex74FBB13601D2935e48
Octal164373261660352223136110
Binary11101001111101110110001110110011101101001001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,251,177); }

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

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

 a { background-color: rgb(116,251,177); }

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

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

 span { border-color: rgb(116,251,177); }

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