Html Css Color HEX #74FABA Aquamarine

📋 copy color: '#74FABA'

red 116 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #74FABA

Tints of Aquamarine #74FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.29%

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

R = 21.01%
G = 45.29%
B = 33.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#74FABA (or 0x74FABA) is known color: Aquamarine. HEX triplet: 74, FA and BA. RGB value is (116,250,186). Sum of RGB (Red+Green+Blue) = 116+250+186=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #74FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FABA is #8B0545. Grayscale: #CACACA. Windows color (decimal): -9110854 or 12253812. OLE color: 12253812.

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

Color convert

RGB 116 250 186 -
CMYK 0.54 0 0.26 0.02
HSL 151.34º 0.93% 0.72% -
HSV(B) 151.34º 0.54% 0.98% -
XYZ 50.25 75.63 58.4 -
YUV 202.64 118.61 66.2 -
System Red Green Blue C M Y K H S L
Decimal 116 250 186 0.54 0 0.26 0.02 151.34 0.93 0.72
Hex 74 FA BA 36 0 1A 2 97 5D 48
Octal 164 372 272 66 0 32 2 227 135 110
Binary 1110100 11111010 10111010 110110 0 11010 10 10010111 1011101 1001000

Color Harmonies of #74FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FABA

Black with #74FABA

Text Example


Text Example

White with #74FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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