Html Css Color HEX #76EBC2 Aquamarine

📋 copy color: '#76EBC2'

red 118 ◦ green 235 ◦ blue 194

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

Shades of Aquamarine #76EBC2

Tints of Aquamarine #76EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.96%

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 21.57%
G = 42.96%
B = 35.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#76EBC2 (or 0x76EBC2) is known color: Aquamarine. HEX triplet: 76, EB and C2. RGB value is (118,235,194). Sum of RGB (Red+Green+Blue) = 118+235+194=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBC2 is #89143D. Grayscale: #C3C3C3. Windows color (decimal): -8983614 or 12774262. OLE color: 12774262.

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

Color convert

RGB 118 235 194 -
CMYK 0.50 0 0.17 0.08
HSL 158.97º 0.75% 0.69% -
HSV(B) 158.97º 0.5% 0.92% -
XYZ 46.92 67.16 61.53 -
YUV 195.34 127.24 72.83 -
System Red Green Blue C M Y K H S L
Decimal 118 235 194 0.50 0 0.17 0.08 158.97 0.75 0.69
Hex 76 EB C2 32 0 11 8 9F 4B 45
Octal 166 353 302 62 0 21 10 237 113 105
Binary 1110110 11101011 11000010 110010 0 10001 1000 10011111 1001011 1000101

Color Harmonies of #76EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EBC2

Black with #76EBC2

Text Example


Text Example

White with #76EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,235,194); }

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

background-color css

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

 a { background-color: rgb(118,235,194); }

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

border-color css

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

 span { border-color: rgb(118,235,194); }

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