Html Css Color HEX #76EAC7 Aquamarine

📋 copy color: '#76EAC7'

red 118 ◦ green 234 ◦ blue 199

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

Shades of Aquamarine #76EAC7

Tints of Aquamarine #76EAC7

RGB

 RED value IS 118 (46.48% from 255) = 21.42%

 GREEN value IS 234 (91.8% from 255) = 42.47%

 BLUE value IS 199 (78.13% from 255) = 36.12%

R = 21.42%
G = 42.47%
B = 36.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#76EAC7 (or 0x76EAC7) is known color: Aquamarine. HEX triplet: 76, EA and C7. RGB value is (118,234,199). Sum of RGB (Red+Green+Blue) = 118+234+199=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EAC7 is #891538. Grayscale: #C3C3C3. Windows color (decimal): -8983865 or 13101686. OLE color: 13101686.

HSL color Cylindrical-coordinate representation of color #76EAC7: hue angle of 161.9º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EAC7 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 234 199 -
CMYK 0.50 0 0.15 0.08
HSL 161.9º 0.73% 0.69% -
HSV(B) 161.9º 0.5% 0.92% -
XYZ 47.2 66.82 64.44 -
YUV 195.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 118 234 199 0.50 0 0.15 0.08 161.9 0.73 0.69
Hex 76 EA C7 32 0 F 8 A2 49 45
Octal 166 352 307 62 0 17 10 242 111 105
Binary 1110110 11101010 11000111 110010 0 1111 1000 10100010 1001001 1000101

Color Harmonies of #76EAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EAC7

Black with #76EAC7

Text Example


Text Example

White with #76EAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76EAC7; }

 p { color: rgb(118,234,199); }

 H1.HeaderClassName
 {
   color: #76EAC7;
 }
 .AnyTagClassName
 {
   color: #76EAC7;
 }
</style>

background-color css

<style>
 a { background-color: #76EAC7; }

 a { background-color: rgb(118,234,199); }

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

border-color css

<style>
 span { border-color: #76EAC7; }

 span { border-color: rgb(118,234,199); }

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