Html Css Color HEX #74F7B2 Aquamarine

📋 copy color: '#74F7B2'

red 116 ◦ green 247 ◦ blue 178

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

Shades of Aquamarine #74F7B2

Tints of Aquamarine #74F7B2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.66%

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 21.44%
G = 45.66%
B = 32.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#74F7B2 (or 0x74F7B2) is known color: Aquamarine. HEX triplet: 74, F7 and B2. RGB value is (116,247,178). Sum of RGB (Red+Green+Blue) = 116+247+178=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #74F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F7B2 is #8B084D. Grayscale: #C8C8C8. Windows color (decimal): -9111630 or 11728756. OLE color: 11728756.

HSL color Cylindrical-coordinate representation of color #74F7B2: hue angle of 148.4º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F7B2 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 247 178 -
CMYK 0.53 0 0.28 0.03
HSL 148.4º 0.89% 0.71% -
HSV(B) 148.4º 0.53% 0.97% -
XYZ 48.5 73.45 53.74 -
YUV 199.97 115.6 68.11 -
System Red Green Blue C M Y K H S L
Decimal 116 247 178 0.53 0 0.28 0.03 148.4 0.89 0.71
Hex 74 F7 B2 35 0 1C 3 94 59 47
Octal 164 367 262 65 0 34 3 224 131 107
Binary 1110100 11110111 10110010 110101 0 11100 11 10010100 1011001 1000111

Color Harmonies of #74F7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F7B2

Black with #74F7B2

Text Example


Text Example

White with #74F7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,247,178); }

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

background-color css

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

 a { background-color: rgb(116,247,178); }

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

border-color css

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

 span { border-color: rgb(116,247,178); }

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