#74FFC3

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

Shades of Aquamarine #74FFC3

Tints of Aquamarine #74FFC3

Color information

#74FFC3 (or 0x74FFC3) is unknown color: approx Aquamarine. HEX triplet: 74, FF and C3. RGB value is (116,255,195). Sum of RGB (Red+Green+Blue) = 116+255+195=566 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.49% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFC3 is #8B003C. Grayscale: #CECECE. Windows color (decimal): -9109565 or 12844916. OLE color: 12844916.

HSL color Cylindrical-coordinate representation of color #74FFC3: hue angle of 154.1º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFC3 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB116255195-
CMYK0.5500.240
HSL154.1º100%72.75%-
HSV(B)154.1º54.51%100%-
XYZ52.8179.1764.13-
YUV206.6121.4563.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.49%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 195 (76.56% from 255) = 34.45%
R=20.49%
G=45.05%
B=34.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1162551950.5500.240154.110072.75
Hex74FFC33701809a6449
Octal164377303670300232144111
Binary1110100111111111100001111011101100001001101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,255,195); }

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

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

 a { background-color: rgb(116,255,195); }

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

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

 span { border-color: rgb(116,255,195); }

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