Html Css Color HEX #76FFDE Aquamarine

📋 copy color: '#76FFDE'

red 118 ◦ green 255 ◦ blue 222

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

Shades of Aquamarine #76FFDE

Tints of Aquamarine #76FFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 19.83%
G = 42.86%
B = 37.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#76FFDE (or 0x76FFDE) is known color: Aquamarine. HEX triplet: 76, FF and DE. RGB value is (118,255,222). Sum of RGB (Red+Green+Blue) = 118+255+222=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFDE is #890021. Grayscale: #D2D2D2. Windows color (decimal): -8978466 or 14614390. OLE color: 14614390.

HSL color Cylindrical-coordinate representation of color #76FFDE: hue angle of 165.55º 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 #76FFDE is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 222 -
CMYK 0.54 0 0.13 0
HSL 165.55º 1% 0.73% -
HSV(B) 165.55º 0.54% 1% -
XYZ 56.42 80.65 81.7 -
YUV 210.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 118 255 222 0.54 0 0.13 0 165.55 1 0.73
Hex 76 FF DE 36 0 D 0 A6 64 49
Octal 166 377 336 66 0 15 0 246 144 111
Binary 1110110 11111111 11011110 110110 0 1101 0 10100110 1100100 1001001

Color Harmonies of #76FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFDE

Black with #76FFDE

Text Example


Text Example

White with #76FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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