Html Css Color HEX #76EACE Aquamarine

📋 copy color: '#76EACE'

red 118 ◦ green 234 ◦ blue 206

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

Shades of Aquamarine #76EACE

Tints of Aquamarine #76EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 21.15%
G = 41.94%
B = 36.92%

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

#76EACE (or 0x76EACE) is known color: Aquamarine. HEX triplet: 76, EA and CE. RGB value is (118,234,206). Sum of RGB (Red+Green+Blue) = 118+234+206=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #76EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EACE is #891531. Grayscale: #C4C4C4. Windows color (decimal): -8983858 or 13560438. OLE color: 13560438.

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

Color convert

RGB 118 234 206 -
CMYK 0.50 0 0.12 0.08
HSL 165.52º 0.73% 0.69% -
HSV(B) 165.52º 0.5% 0.92% -
XYZ 48.03 67.15 68.82 -
YUV 196.12 133.57 72.28 -
System Red Green Blue C M Y K H S L
Decimal 118 234 206 0.50 0 0.12 0.08 165.52 0.73 0.69
Hex 76 EA CE 32 0 C 8 A6 49 45
Octal 166 352 316 62 0 14 10 246 111 105
Binary 1110110 11101010 11001110 110010 0 1100 1000 10100110 1001001 1000101

Color Harmonies of #76EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EACE

Black with #76EACE

Text Example


Text Example

White with #76EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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