Html Css Color HEX #74F9BA Aquamarine

📋 copy color: '#74F9BA'

red 116 ◦ green 249 ◦ blue 186

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

Shades of Aquamarine #74F9BA

Tints of Aquamarine #74F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.19%

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

R = 21.05%
G = 45.19%
B = 33.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#74F9BA (or 0x74F9BA) is known color: Aquamarine. HEX triplet: 74, F9 and BA. RGB value is (116,249,186). Sum of RGB (Red+Green+Blue) = 116+249+186=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #74F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F9BA is #8B0645. Grayscale: #CACACA. Windows color (decimal): -9111110 or 12253556. OLE color: 12253556.

HSL color Cylindrical-coordinate representation of color #74F9BA: hue angle of 151.58º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F9BA is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 249 186 -
CMYK 0.53 0 0.25 0.02
HSL 151.58º 0.92% 0.72% -
HSV(B) 151.58º 0.53% 0.98% -
XYZ 49.94 75.01 58.3 -
YUV 202.05 118.94 66.62 -
System Red Green Blue C M Y K H S L
Decimal 116 249 186 0.53 0 0.25 0.02 151.58 0.92 0.72
Hex 74 F9 BA 35 0 19 2 98 5C 48
Octal 164 371 272 65 0 31 2 230 134 110
Binary 1110100 11111001 10111010 110101 0 11001 10 10011000 1011100 1001000

Color Harmonies of #74F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F9BA

Black with #74F9BA

Text Example


Text Example

White with #74F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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