Html Css Color HEX #74FFAC Aquamarine

📋 copy color: '#74FFAC'

red 116 ◦ green 255 ◦ blue 172

#74FFAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #74FFAC

Tints of Aquamarine #74FFAC

RGB

 RED value IS 116 (45.7% from 255) = 21.36%

 GREEN value IS 255 (100% from 255) = 46.96%

 BLUE value IS 172 (67.58% from 255) = 31.68%

R = 21.36%
G = 46.96%
B = 31.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#74FFAC (or 0x74FFAC) is known color: Aquamarine. HEX triplet: 74, FF and AC. RGB value is (116,255,172). Sum of RGB (Red+Green+Blue) = 116+255+172=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFAC is #8B0053. Grayscale: #CCCCCC. Windows color (decimal): -9109588 or 11337588. OLE color: 11337588.

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

Color convert

RGB 116 255 172 -
CMYK 0.55 0 0.33 0
HSL 144.17º 1% 0.73% -
HSV(B) 144.17º 0.55% 1% -
XYZ 50.41 78.21 51.47 -
YUV 203.98 109.95 65.25 -
System Red Green Blue C M Y K H S L
Decimal 116 255 172 0.55 0 0.33 0 144.17 1 0.73
Hex 74 FF AC 37 0 21 0 90 64 49
Octal 164 377 254 67 0 41 0 220 144 111
Binary 1110100 11111111 10101100 110111 0 100001 0 10010000 1100100 1001001

Color Harmonies of #74FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFAC

Black with #74FFAC

Text Example


Text Example

White with #74FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74FFAC;
 }
 .AnyTagClassName
 {
   color: #74FFAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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