Html Css Color HEX #74FCAB Aquamarine

📋 copy color: '#74FCAB'

red 116 ◦ green 252 ◦ blue 171

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

Shades of Aquamarine #74FCAB

Tints of Aquamarine #74FCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.75%

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

R = 21.52%
G = 46.75%
B = 31.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#74FCAB (or 0x74FCAB) is known color: Aquamarine. HEX triplet: 74, FC and AB. RGB value is (116,252,171). Sum of RGB (Red+Green+Blue) = 116+252+171=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FCAB is #8B0354. Grayscale: #CACACA. Windows color (decimal): -9110357 or 11271284. OLE color: 11271284.

HSL color Cylindrical-coordinate representation of color #74FCAB: hue angle of 144.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCAB is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 252 171 -
CMYK 0.54 0 0.32 0.01
HSL 144.26º 0.96% 0.72% -
HSV(B) 144.26º 0.54% 0.99% -
XYZ 49.36 76.27 50.65 -
YUV 202.1 110.44 66.59 -
System Red Green Blue C M Y K H S L
Decimal 116 252 171 0.54 0 0.32 0.01 144.26 0.96 0.72
Hex 74 FC AB 36 0 20 1 90 60 48
Octal 164 374 253 66 0 40 1 220 140 110
Binary 1110100 11111100 10101011 110110 0 100000 1 10010000 1100000 1001000

Color Harmonies of #74FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCAB

Black with #74FCAB

Text Example


Text Example

White with #74FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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