Html Css Color HEX #74F7BA Aquamarine

📋 copy color: '#74F7BA'

red 116 ◦ green 247 ◦ blue 186

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

Shades of Aquamarine #74F7BA

Tints of Aquamarine #74F7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 21.13%
G = 44.99%
B = 33.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#74F7BA (or 0x74F7BA) is known color: Aquamarine. HEX triplet: 74, F7 and BA. RGB value is (116,247,186). Sum of RGB (Red+Green+Blue) = 116+247+186=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #74F7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F7BA is #8B0845. Grayscale: #C8C8C8. Windows color (decimal): -9111622 or 12253044. OLE color: 12253044.

HSL color Cylindrical-coordinate representation of color #74F7BA: hue angle of 152.06º 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 #74F7BA is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 247 186 -
CMYK 0.53 0 0.25 0.03
HSL 152.06º 0.89% 0.71% -
HSV(B) 152.06º 0.53% 0.97% -
XYZ 49.33 73.78 58.1 -
YUV 200.88 119.6 67.46 -
System Red Green Blue C M Y K H S L
Decimal 116 247 186 0.53 0 0.25 0.03 152.06 0.89 0.71
Hex 74 F7 BA 35 0 19 3 98 59 47
Octal 164 367 272 65 0 31 3 230 131 107
Binary 1110100 11110111 10111010 110101 0 11001 11 10011000 1011001 1000111

Color Harmonies of #74F7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F7BA

Black with #74F7BA

Text Example


Text Example

White with #74F7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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