#74FCCA

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

Shades of Aquamarine #74FCCA

Tints of Aquamarine #74FCCA

Color information

#74FCCA (or 0x74FCCA) is unknown color: approx Aquamarine. HEX triplet: 74, FC and CA. RGB value is (116,252,202). Sum of RGB (Red+Green+Blue) = 116+252+202=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCCA is #8B0335. Grayscale: #CDCDCD. Windows color (decimal): -9110326 or 13302900. OLE color: 13302900.

HSL color Cylindrical-coordinate representation of color #74FCCA: hue angle of 157.94º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCCA is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB116252202-
CMYK0.5400.200.01
HSL157.94º95.77%72.16%-
HSV(B)157.94º53.97%98.82%-
XYZ52.6777.668.08-
YUV205.64125.9464.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.35%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=20.35%
G=44.21%
B=35.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162522020.5400.200.01157.9495.7772.16
Hex74FCCA3601419e6048
Octal164374312660241236140110
Binary1110100111111001100101011011001010011001111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,252,202); }

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

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

 a { background-color: rgb(116,252,202); }

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

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

 span { border-color: rgb(116,252,202); }

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