Html Css Color HEX #76EFC2 Aquamarine

📋 copy color: '#76EFC2'

red 118 ◦ green 239 ◦ blue 194

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

Shades of Aquamarine #76EFC2

Tints of Aquamarine #76EFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.38%

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

R = 21.42%
G = 43.38%
B = 35.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#76EFC2 (or 0x76EFC2) is known color: Aquamarine. HEX triplet: 76, EF and C2. RGB value is (118,239,194). Sum of RGB (Red+Green+Blue) = 118+239+194=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFC2 is #89103D. Grayscale: #C5C5C5. Windows color (decimal): -8982590 or 12775286. OLE color: 12775286.

HSL color Cylindrical-coordinate representation of color #76EFC2: hue angle of 157.69º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EFC2 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 239 194 -
CMYK 0.51 0 0.19 0.06
HSL 157.69º 0.79% 0.7% -
HSV(B) 157.69º 0.51% 0.94% -
XYZ 48.08 69.48 61.92 -
YUV 197.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 118 239 194 0.51 0 0.19 0.06 157.69 0.79 0.7
Hex 76 EF C2 33 0 13 6 9E 4F 46
Octal 166 357 302 63 0 23 6 236 117 106
Binary 1110110 11101111 11000010 110011 0 10011 110 10011110 1001111 1000110

Color Harmonies of #76EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EFC2

Black with #76EFC2

Text Example


Text Example

White with #76EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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