Html Css Color HEX #74F3BF Aquamarine

📋 copy color: '#74F3BF'

red 116 ◦ green 243 ◦ blue 191

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

Shades of Aquamarine #74F3BF

Tints of Aquamarine #74F3BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 21.09%
G = 44.18%
B = 34.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#74F3BF (or 0x74F3BF) is known color: Aquamarine. HEX triplet: 74, F3 and BF. RGB value is (116,243,191). Sum of RGB (Red+Green+Blue) = 116+243+191=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #74F3BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F3BF is #8B0C40. Grayscale: #C7C7C7. Windows color (decimal): -9112641 or 12579700. OLE color: 12579700.

HSL color Cylindrical-coordinate representation of color #74F3BF: hue angle of 155.43º 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 #74F3BF is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 243 191 -
CMYK 0.52 0 0.21 0.05
HSL 155.43º 0.84% 0.7% -
HSV(B) 155.43º 0.52% 0.95% -
XYZ 48.66 71.58 60.54 -
YUV 199.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 116 243 191 0.52 0 0.21 0.05 155.43 0.84 0.7
Hex 74 F3 BF 34 0 15 5 9B 54 46
Octal 164 363 277 64 0 25 5 233 124 106
Binary 1110100 11110011 10111111 110100 0 10101 101 10011011 1010100 1000110

Color Harmonies of #74F3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F3BF

Black with #74F3BF

Text Example


Text Example

White with #74F3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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