Html Css Color HEX #74FFE0 Aquamarine

📋 copy color: '#74FFE0'

red 116 ◦ green 255 ◦ blue 224

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

Shades of Aquamarine #74FFE0

Tints of Aquamarine #74FFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 19.5%
G = 42.86%
B = 37.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#74FFE0 (or 0x74FFE0) is known color: Aquamarine. HEX triplet: 74, FF and E0. RGB value is (116,255,224). Sum of RGB (Red+Green+Blue) = 116+255+224=595 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.50% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFE0 is #8B001F. Grayscale: #D1D1D1. Windows color (decimal): -9109536 or 14745460. OLE color: 14745460.

HSL color Cylindrical-coordinate representation of color #74FFE0: hue angle of 166.62º 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 #74FFE0 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 224 -
CMYK 0.55 0 0.12 0
HSL 166.62º 1% 0.73% -
HSV(B) 166.62º 0.55% 1% -
XYZ 56.42 80.61 83.11 -
YUV 209.91 135.95 61.02 -
System Red Green Blue C M Y K H S L
Decimal 116 255 224 0.55 0 0.12 0 166.62 1 0.73
Hex 74 FF E0 37 0 C 0 A7 64 49
Octal 164 377 340 67 0 14 0 247 144 111
Binary 1110100 11111111 11100000 110111 0 1100 0 10100111 1100100 1001001

Color Harmonies of #74FFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFE0

Black with #74FFE0

Text Example


Text Example

White with #74FFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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