Html Css Color HEX #74FAAB Aquamarine

📋 copy color: '#74FAAB'

red 116 ◦ green 250 ◦ blue 171

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

Shades of Aquamarine #74FAAB

Tints of Aquamarine #74FAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.84%

R = 21.6%
G = 46.55%
B = 31.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#74FAAB (or 0x74FAAB) is known color: Aquamarine. HEX triplet: 74, FA and AB. RGB value is (116,250,171). Sum of RGB (Red+Green+Blue) = 116+250+171=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FAAB is #8B0554. Grayscale: #C9C9C9. Windows color (decimal): -9110869 or 11270772. OLE color: 11270772.

HSL color Cylindrical-coordinate representation of color #74FAAB: hue angle of 144.63º 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 #74FAAB is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 250 171 -
CMYK 0.54 0 0.32 0.02
HSL 144.63º 0.93% 0.72% -
HSV(B) 144.63º 0.54% 0.98% -
XYZ 48.74 75.02 50.44 -
YUV 200.93 111.11 67.42 -
System Red Green Blue C M Y K H S L
Decimal 116 250 171 0.54 0 0.32 0.02 144.63 0.93 0.72
Hex 74 FA AB 36 0 20 2 91 5D 48
Octal 164 372 253 66 0 40 2 221 135 110
Binary 1110100 11111010 10101011 110110 0 100000 10 10010001 1011101 1001000

Color Harmonies of #74FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FAAB

Black with #74FAAB

Text Example


Text Example

White with #74FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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