Html Css Color HEX #76EAD2 Aquamarine

📋 copy color: '#76EAD2'

red 118 ◦ green 234 ◦ blue 210

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

Shades of Aquamarine #76EAD2

Tints of Aquamarine #76EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 21%
G = 41.64%
B = 37.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#76EAD2 (or 0x76EAD2) is known color: Aquamarine. HEX triplet: 76, EA and D2. RGB value is (118,234,210). Sum of RGB (Red+Green+Blue) = 118+234+210=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EAD2 is #89152D. Grayscale: #C4C4C4. Windows color (decimal): -8983854 or 13822582. OLE color: 13822582.

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

Color convert

RGB 118 234 210 -
CMYK 0.50 0 0.10 0.08
HSL 167.59º 0.73% 0.69% -
HSV(B) 167.59º 0.5% 0.92% -
XYZ 48.53 67.35 71.42 -
YUV 196.58 135.57 71.95 -
System Red Green Blue C M Y K H S L
Decimal 118 234 210 0.50 0 0.10 0.08 167.59 0.73 0.69
Hex 76 EA D2 32 0 A 8 A8 49 45
Octal 166 352 322 62 0 12 10 250 111 105
Binary 1110110 11101010 11010010 110010 0 1010 1000 10101000 1001001 1000101

Color Harmonies of #76EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EAD2

Black with #76EAD2

Text Example


Text Example

White with #76EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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