Html Css Color HEX #76EACF Aquamarine

📋 copy color: '#76EACF'

red 118 ◦ green 234 ◦ blue 207

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

Shades of Aquamarine #76EACF

Tints of Aquamarine #76EACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 21.11%
G = 41.86%
B = 37.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#76EACF (or 0x76EACF) is known color: Aquamarine. HEX triplet: 76, EA and CF. RGB value is (118,234,207). Sum of RGB (Red+Green+Blue) = 118+234+207=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #76EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EACF is #891530. Grayscale: #C4C4C4. Windows color (decimal): -8983857 or 13625974. OLE color: 13625974.

HSL color Cylindrical-coordinate representation of color #76EACF: hue angle of 166.03º 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 #76EACF is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 234 207 -
CMYK 0.50 0 0.12 0.08
HSL 166.03º 0.73% 0.69% -
HSV(B) 166.03º 0.5% 0.92% -
XYZ 48.16 67.2 69.46 -
YUV 196.24 134.07 72.2 -
System Red Green Blue C M Y K H S L
Decimal 118 234 207 0.50 0 0.12 0.08 166.03 0.73 0.69
Hex 76 EA CF 32 0 C 8 A6 49 45
Octal 166 352 317 62 0 14 10 246 111 105
Binary 1110110 11101010 11001111 110010 0 1100 1000 10100110 1001001 1000101

Color Harmonies of #76EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EACF

Black with #76EACF

Text Example


Text Example

White with #76EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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