Html Css Color HEX #76EADB Aquamarine

📋 copy color: '#76EADB'

red 118 ◦ green 234 ◦ blue 219

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

Shades of Aquamarine #76EADB

Tints of Aquamarine #76EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 20.67%
G = 40.98%
B = 38.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#76EADB (or 0x76EADB) is known color: Aquamarine. HEX triplet: 76, EA and DB. RGB value is (118,234,219). Sum of RGB (Red+Green+Blue) = 118+234+219=571 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.67% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #76EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EADB is #891524. Grayscale: #C5C5C5. Windows color (decimal): -8983845 or 14412406. OLE color: 14412406.

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

Color convert

RGB 118 234 219 -
CMYK 0.50 0 0.06 0.08
HSL 172.24º 0.73% 0.69% -
HSV(B) 172.24º 0.5% 0.92% -
XYZ 49.68 67.81 77.49 -
YUV 197.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 118 234 219 0.50 0 0.06 0.08 172.24 0.73 0.69
Hex 76 EA DB 32 0 6 8 AC 49 45
Octal 166 352 333 62 0 6 10 254 111 105
Binary 1110110 11101010 11011011 110010 0 110 1000 10101100 1001001 1000101

Color Harmonies of #76EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EADB

Black with #76EADB

Text Example


Text Example

White with #76EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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