Html Css Color HEX #74FBAB Aquamarine

📋 copy color: '#74FBAB'

red 116 ◦ green 251 ◦ blue 171

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

Shades of Aquamarine #74FBAB

Tints of Aquamarine #74FBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.65%

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

R = 21.56%
G = 46.65%
B = 31.78%

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

#74FBAB (or 0x74FBAB) is known color: Aquamarine. HEX triplet: 74, FB and AB. RGB value is (116,251,171). Sum of RGB (Red+Green+Blue) = 116+251+171=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FBAB is #8B0454. Grayscale: #C9C9C9. Windows color (decimal): -9110613 or 11271028. OLE color: 11271028.

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

Color convert

RGB 116 251 171 -
CMYK 0.54 0 0.32 0.02
HSL 144.44º 0.94% 0.72% -
HSV(B) 144.44º 0.54% 0.98% -
XYZ 49.05 75.65 50.54 -
YUV 201.52 110.77 67 -
System Red Green Blue C M Y K H S L
Decimal 116 251 171 0.54 0 0.32 0.02 144.44 0.94 0.72
Hex 74 FB AB 36 0 20 2 90 5E 48
Octal 164 373 253 66 0 40 2 220 136 110
Binary 1110100 11111011 10101011 110110 0 100000 10 10010000 1011110 1001000

Color Harmonies of #74FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FBAB

Black with #74FBAB

Text Example


Text Example

White with #74FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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