Html Css Color HEX #74FFE6 Aquamarine

📋 copy color: '#74FFE6'

red 116 ◦ green 255 ◦ blue 230

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

Shades of Aquamarine #74FFE6

Tints of Aquamarine #74FFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.27%

R = 19.3%
G = 42.43%
B = 38.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#74FFE6 (or 0x74FFE6) is known color: Aquamarine. HEX triplet: 74, FF and E6. RGB value is (116,255,230). Sum of RGB (Red+Green+Blue) = 116+255+230=601 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.30% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFE6 is #8B0019. Grayscale: #D2D2D2. Windows color (decimal): -9109530 or 15138676. OLE color: 15138676.

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

Color convert

RGB 116 255 230 -
CMYK 0.55 0 0.10 0
HSL 169.21º 1% 0.73% -
HSV(B) 169.21º 0.55% 1% -
XYZ 57.25 80.95 87.47 -
YUV 210.59 138.95 60.53 -
System Red Green Blue C M Y K H S L
Decimal 116 255 230 0.55 0 0.10 0 169.21 1 0.73
Hex 74 FF E6 37 0 A 0 A9 64 49
Octal 164 377 346 67 0 12 0 251 144 111
Binary 1110100 11111111 11100110 110111 0 1010 0 10101001 1100100 1001001

Color Harmonies of #74FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFE6

Black with #74FFE6

Text Example


Text Example

White with #74FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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