Html Css Color HEX #76EEC4 Aquamarine

📋 copy color: '#76EEC4'

red 118 ◦ green 238 ◦ blue 196

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

Shades of Aquamarine #76EEC4

Tints of Aquamarine #76EEC4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.12%

 BLUE value IS 196 (76.95% from 255) = 35.51%

R = 21.38%
G = 43.12%
B = 35.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#76EEC4 (or 0x76EEC4) is known color: Aquamarine. HEX triplet: 76, EE and C4. RGB value is (118,238,196). Sum of RGB (Red+Green+Blue) = 118+238+196=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #76EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EEC4 is #89113B. Grayscale: #C5C5C5. Windows color (decimal): -8982844 or 12906102. OLE color: 12906102.

HSL color Cylindrical-coordinate representation of color #76EEC4: hue angle of 159º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EEC4 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 238 196 -
CMYK 0.50 0 0.18 0.07
HSL 159º 0.78% 0.7% -
HSV(B) 159º 0.5% 0.93% -
XYZ 48.01 68.99 63.01 -
YUV 197.33 127.24 71.42 -
System Red Green Blue C M Y K H S L
Decimal 118 238 196 0.50 0 0.18 0.07 159 0.78 0.7
Hex 76 EE C4 32 0 12 7 9F 4E 46
Octal 166 356 304 62 0 22 7 237 116 106
Binary 1110110 11101110 11000100 110010 0 10010 111 10011111 1001110 1000110

Color Harmonies of #76EEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EEC4

Black with #76EEC4

Text Example


Text Example

White with #76EEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,238,196); }

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

background-color css

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

 a { background-color: rgb(118,238,196); }

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

border-color css

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

 span { border-color: rgb(118,238,196); }

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