Html Css Color HEX #76EACA Aquamarine

📋 copy color: '#76EACA'

red 118 ◦ green 234 ◦ blue 202

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

Shades of Aquamarine #76EACA

Tints of Aquamarine #76EACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 21.3%
G = 42.24%
B = 36.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#76EACA (or 0x76EACA) is known color: Aquamarine. HEX triplet: 76, EA and CA. RGB value is (118,234,202). Sum of RGB (Red+Green+Blue) = 118+234+202=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #76EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EACA is #891535. Grayscale: #C3C3C3. Windows color (decimal): -8983862 or 13298294. OLE color: 13298294.

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

Color convert

RGB 118 234 202 -
CMYK 0.50 0 0.14 0.08
HSL 163.45º 0.73% 0.69% -
HSV(B) 163.45º 0.5% 0.92% -
XYZ 47.55 66.96 66.3 -
YUV 195.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 118 234 202 0.50 0 0.14 0.08 163.45 0.73 0.69
Hex 76 EA CA 32 0 E 8 A3 49 45
Octal 166 352 312 62 0 16 10 243 111 105
Binary 1110110 11101010 11001010 110010 0 1110 1000 10100011 1001001 1000101

Color Harmonies of #76EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EACA

Black with #76EACA

Text Example


Text Example

White with #76EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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