#74FBBC

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

Shades of Aquamarine #74FBBC

Tints of Aquamarine #74FBBC

Color information

#74FBBC (or 0x74FBBC) is unknown color: approx Aquamarine. HEX triplet: 74, FB and BC. RGB value is (116,251,188). Sum of RGB (Red+Green+Blue) = 116+251+188=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FBBC is #8B0443. Grayscale: #CBCBCB. Windows color (decimal): -9110596 or 12385140. OLE color: 12385140.

HSL color Cylindrical-coordinate representation of color #74FBBC: hue angle of 152º 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 #74FBBC is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB116251188-
CMYK0.5400.250.02
HSL152º94.41%71.96%-
HSV(B)152º53.78%98.43%-
XYZ50.7876.3459.64-
YUV203.45119.2765.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.90%
GREEN value IS 251 (98.44% from 255) = 45.23%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=20.90%
G=45.23%
B=33.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162511880.5400.250.0215294.4171.96
Hex74FBBC360192985e48
Octal164373274660312230136110
Binary11101001111101110111100110110011001101001100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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