Html Css Color HEX #76FFD8 Aquamarine

📋 copy color: '#76FFD8'

red 118 ◦ green 255 ◦ blue 216

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

Shades of Aquamarine #76FFD8

Tints of Aquamarine #76FFD8

RGB

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

 GREEN value IS 255 (100% from 255) = 43.29%

 BLUE value IS 216 (84.77% from 255) = 36.67%

R = 20.03%
G = 43.29%
B = 36.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#76FFD8 (or 0x76FFD8) is known color: Aquamarine. HEX triplet: 76, FF and D8. RGB value is (118,255,216). Sum of RGB (Red+Green+Blue) = 118+255+216=589 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20.03% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFD8 is #890027. Grayscale: #D1D1D1. Windows color (decimal): -8978472 or 14221174. OLE color: 14221174.

HSL color Cylindrical-coordinate representation of color #76FFD8: hue angle of 162.92º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFD8 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 216 -
CMYK 0.54 0 0.15 0
HSL 162.92º 1% 0.73% -
HSV(B) 162.92º 0.54% 1% -
XYZ 55.63 80.33 77.54 -
YUV 209.59 131.61 62.67 -
System Red Green Blue C M Y K H S L
Decimal 118 255 216 0.54 0 0.15 0 162.92 1 0.73
Hex 76 FF D8 36 0 F 0 A3 64 49
Octal 166 377 330 66 0 17 0 243 144 111
Binary 1110110 11111111 11011000 110110 0 1111 0 10100011 1100100 1001001

Color Harmonies of #76FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFD8

Black with #76FFD8

Text Example


Text Example

White with #76FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,255,216); }

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

background-color css

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

 a { background-color: rgb(118,255,216); }

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

border-color css

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

 span { border-color: rgb(118,255,216); }

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