Html Css Color HEX #74F3AB Medium Aquamarine

📋 copy color: '#74F3AB'

red 116 ◦ green 243 ◦ blue 171

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

Shades of Medium Aquamarine #74F3AB

Tints of Medium Aquamarine #74F3AB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.85%

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

R = 21.89%
G = 45.85%
B = 32.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#74F3AB (or 0x74F3AB) is known color: Medium Aquamarine. HEX triplet: 74, F3 and AB. RGB value is (116,243,171). Sum of RGB (Red+Green+Blue) = 116+243+171=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #74F3AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F3AB is #8B0C54. Grayscale: #C4C4C4. Windows color (decimal): -9112661 or 11268980. OLE color: 11268980.

HSL color Cylindrical-coordinate representation of color #74F3AB: hue angle of 145.98º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F3AB is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 243 171 -
CMYK 0.52 0 0.30 0.05
HSL 145.98º 0.84% 0.7% -
HSV(B) 145.98º 0.52% 0.95% -
XYZ 46.6 70.75 49.73 -
YUV 196.82 113.42 70.35 -
System Red Green Blue C M Y K H S L
Decimal 116 243 171 0.52 0 0.30 0.05 145.98 0.84 0.7
Hex 74 F3 AB 34 0 1E 5 92 54 46
Octal 164 363 253 64 0 36 5 222 124 106
Binary 1110100 11110011 10101011 110100 0 11110 101 10010010 1010100 1000110

Color Harmonies of #74F3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F3AB

Black with #74F3AB

Text Example


Text Example

White with #74F3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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