Html Css Color HEX #76EAD3 Aquamarine

📋 copy color: '#76EAD3'

red 118 ◦ green 234 ◦ blue 211

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

Shades of Aquamarine #76EAD3

Tints of Aquamarine #76EAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.48%

R = 20.96%
G = 41.56%
B = 37.48%

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

#76EAD3 (or 0x76EAD3) is known color: Aquamarine. HEX triplet: 76, EA and D3. RGB value is (118,234,211). Sum of RGB (Red+Green+Blue) = 118+234+211=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EAD3 is #89152C. Grayscale: #C4C4C4. Windows color (decimal): -8983853 or 13888118. OLE color: 13888118.

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

Color convert

RGB 118 234 211 -
CMYK 0.50 0 0.10 0.08
HSL 168.1º 0.73% 0.69% -
HSV(B) 168.1º 0.5% 0.92% -
XYZ 48.65 67.4 72.07 -
YUV 196.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 118 234 211 0.50 0 0.10 0.08 168.1 0.73 0.69
Hex 76 EA D3 32 0 A 8 A8 49 45
Octal 166 352 323 62 0 12 10 250 111 105
Binary 1110110 11101010 11010011 110010 0 1010 1000 10101000 1001001 1000101

Color Harmonies of #76EAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EAD3

Black with #76EAD3

Text Example


Text Example

White with #76EAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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