Html Css Color HEX #74FEE3 Aquamarine

📋 copy color: '#74FEE3'

red 116 ◦ green 254 ◦ blue 227

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

Shades of Aquamarine #74FEE3

Tints of Aquamarine #74FEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.02%

R = 19.43%
G = 42.55%
B = 38.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#74FEE3 (or 0x74FEE3) is known color: Aquamarine. HEX triplet: 74, FE and E3. RGB value is (116,254,227). Sum of RGB (Red+Green+Blue) = 116+254+227=597 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.43% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEE3 is #8B011C. Grayscale: #D1D1D1. Windows color (decimal): -9109789 or 14941812. OLE color: 14941812.

HSL color Cylindrical-coordinate representation of color #74FEE3: hue angle of 168.26º 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 #74FEE3 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 254 227 -
CMYK 0.54 0 0.11 0.00
HSL 168.26º 0.99% 0.73% -
HSV(B) 168.26º 0.54% 1% -
XYZ 56.51 80.14 85.16 -
YUV 209.66 137.78 61.2 -
System Red Green Blue C M Y K H S L
Decimal 116 254 227 0.54 0 0.11 0.00 168.26 0.99 0.73
Hex 74 FE E3 36 0 B 0 A8 63 49
Octal 164 376 343 66 0 13 0 250 143 111
Binary 1110100 11111110 11100011 110110 0 1011 0 10101000 1100011 1001001

Color Harmonies of #74FEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FEE3

Black with #74FEE3

Text Example


Text Example

White with #74FEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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