Html Css Color HEX #74FEB7 Aquamarine

📋 copy color: '#74FEB7'

red 116 ◦ green 254 ◦ blue 183

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

Shades of Aquamarine #74FEB7

Tints of Aquamarine #74FEB7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.93%

 BLUE value IS 183 (71.88% from 255) = 33.09%

R = 20.98%
G = 45.93%
B = 33.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#74FEB7 (or 0x74FEB7) is known color: Aquamarine. HEX triplet: 74, FE and B7. RGB value is (116,254,183). Sum of RGB (Red+Green+Blue) = 116+254+183=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEB7 is #8B0148. Grayscale: #CCCCCC. Windows color (decimal): -9109833 or 12058228. OLE color: 12058228.

HSL color Cylindrical-coordinate representation of color #74FEB7: hue angle of 149.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEB7 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 254 183 -
CMYK 0.54 0 0.28 0.00
HSL 149.13º 0.99% 0.73% -
HSV(B) 149.13º 0.54% 1% -
XYZ 51.19 78.02 57.16 -
YUV 204.64 115.78 64.77 -
System Red Green Blue C M Y K H S L
Decimal 116 254 183 0.54 0 0.28 0.00 149.13 0.99 0.73
Hex 74 FE B7 36 0 1C 0 95 63 49
Octal 164 376 267 66 0 34 0 225 143 111
Binary 1110100 11111110 10110111 110110 0 11100 0 10010101 1100011 1001001

Color Harmonies of #74FEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FEB7

Black with #74FEB7

Text Example


Text Example

White with #74FEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,254,183); }

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

background-color css

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

 a { background-color: rgb(116,254,183); }

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

border-color css

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

 span { border-color: rgb(116,254,183); }

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