Html Css Color HEX #74FFE7 Aquamarine

📋 copy color: '#74FFE7'

red 116 ◦ green 255 ◦ blue 231

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

Shades of Aquamarine #74FFE7

Tints of Aquamarine #74FFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 42.36%

 BLUE value IS 231 (90.63% from 255) = 38.37%

R = 19.27%
G = 42.36%
B = 38.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#74FFE7 (or 0x74FFE7) is known color: Aquamarine. HEX triplet: 74, FF and E7. RGB value is (116,255,231). Sum of RGB (Red+Green+Blue) = 116+255+231=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFE7 is #8B0018. Grayscale: #D2D2D2. Windows color (decimal): -9109529 or 15204212. OLE color: 15204212.

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

Color convert

RGB 116 255 231 -
CMYK 0.55 0 0.09 0
HSL 169.64º 1% 0.73% -
HSV(B) 169.64º 0.55% 1% -
XYZ 57.39 81 88.21 -
YUV 210.7 139.45 60.45 -
System Red Green Blue C M Y K H S L
Decimal 116 255 231 0.55 0 0.09 0 169.64 1 0.73
Hex 74 FF E7 37 0 9 0 AA 64 49
Octal 164 377 347 67 0 11 0 252 144 111
Binary 1110100 11111111 11100111 110111 0 1001 0 10101010 1100100 1001001

Color Harmonies of #74FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFE7

Black with #74FFE7

Text Example


Text Example

White with #74FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,255,231); }

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

background-color css

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

 a { background-color: rgb(116,255,231); }

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

border-color css

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

 span { border-color: rgb(116,255,231); }

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