Html Css Color HEX #74F4D4 Aquamarine

📋 copy color: '#74F4D4'

red 116 ◦ green 244 ◦ blue 212

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

Shades of Aquamarine #74F4D4

Tints of Aquamarine #74F4D4

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.66%

 BLUE value IS 212 (83.2% from 255) = 37.06%

R = 20.28%
G = 42.66%
B = 37.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#74F4D4 (or 0x74F4D4) is known color: Aquamarine. HEX triplet: 74, F4 and D4. RGB value is (116,244,212). Sum of RGB (Red+Green+Blue) = 116+244+212=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #74F4D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F4D4 is #8B0B2B. Grayscale: #CACACA. Windows color (decimal): -9112364 or 13956212. OLE color: 13956212.

HSL color Cylindrical-coordinate representation of color #74F4D4: hue angle of 165º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F4D4 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 244 212 -
CMYK 0.52 0 0.13 0.04
HSL 165º 0.85% 0.71% -
HSV(B) 165º 0.52% 0.96% -
XYZ 51.44 73.17 73.7 -
YUV 202.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 116 244 212 0.52 0 0.13 0.04 165 0.85 0.71
Hex 74 F4 D4 34 0 D 4 A5 55 47
Octal 164 364 324 64 0 15 4 245 125 107
Binary 1110100 11110100 11010100 110100 0 1101 100 10100101 1010101 1000111

Color Harmonies of #74F4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F4D4

Black with #74F4D4

Text Example


Text Example

White with #74F4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,244,212); }

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

background-color css

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

 a { background-color: rgb(116,244,212); }

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

border-color css

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

 span { border-color: rgb(116,244,212); }

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