Html Css Color HEX #76ECDB Aquamarine

📋 copy color: '#76ECDB'

red 118 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #76ECDB

Tints of Aquamarine #76ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.19%

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

R = 20.59%
G = 41.19%
B = 38.22%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#76ECDB (or 0x76ECDB) is known color: Aquamarine. HEX triplet: 76, EC and DB. RGB value is (118,236,219). Sum of RGB (Red+Green+Blue) = 118+236+219=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECDB is #891324. Grayscale: #C6C6C6. Windows color (decimal): -8983333 or 14412918. OLE color: 14412918.

HSL color Cylindrical-coordinate representation of color #76ECDB: hue angle of 171.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECDB is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 236 219 -
CMYK 0.5 0 0.07 0.07
HSL 171.36º 0.76% 0.69% -
HSV(B) 171.36º 0.5% 0.93% -
XYZ 50.25 68.96 77.68 -
YUV 198.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 118 236 219 0.5 0 0.07 0.07 171.36 0.76 0.69
Hex 76 EC DB 32 0 7 7 AB 4C 45
Octal 166 354 333 62 0 7 7 253 114 105
Binary 1110110 11101100 11011011 110010 0 111 111 10101011 1001100 1000101

Color Harmonies of #76ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECDB

Black with #76ECDB

Text Example


Text Example

White with #76ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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