#74FFC9

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

Shades of Aquamarine #74FFC9

Tints of Aquamarine #74FFC9

Color information

#74FFC9 (or 0x74FFC9) is unknown color: approx Aquamarine. HEX triplet: 74, FF and C9. RGB value is (116,255,201). Sum of RGB (Red+Green+Blue) = 116+255+201=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFC9 is #8B0036. Grayscale: #CFCFCF. Windows color (decimal): -9109559 or 13238132. OLE color: 13238132.

HSL color Cylindrical-coordinate representation of color #74FFC9: hue angle of 156.69º 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 #74FFC9 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB116255201-
CMYK0.5500.210
HSL156.69º100%72.75%-
HSV(B)156.69º54.51%100%-
XYZ53.5179.4567.77-
YUV207.28124.4562.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.28%
GREEN value IS 255 (100% from 255) = 44.58%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=20.28%
G=44.58%
B=35.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1162552010.5500.210156.6910072.75
Hex74FFC93701509d6449
Octal164377311670250235144111
Binary1110100111111111100100111011101010101001110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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