Html Css Color HEX #76FADB Aquamarine

📋 copy color: '#76FADB'

red 118 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #76FADB

Tints of Aquamarine #76FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.59%

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

R = 20.1%
G = 42.59%
B = 37.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#76FADB (or 0x76FADB) is known color: Aquamarine. HEX triplet: 76, FA and DB. RGB value is (118,250,219). Sum of RGB (Red+Green+Blue) = 118+250+219=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #76FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FADB is #890524. Grayscale: #CECECE. Windows color (decimal): -8979749 or 14416502. OLE color: 14416502.

HSL color Cylindrical-coordinate representation of color #76FADB: hue angle of 165.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FADB is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 250 219 -
CMYK 0.53 0 0.12 0.02
HSL 165.91º 0.93% 0.72% -
HSV(B) 165.91º 0.53% 0.98% -
XYZ 54.44 77.34 79.08 -
YUV 207 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 118 250 219 0.53 0 0.12 0.02 165.91 0.93 0.72
Hex 76 FA DB 35 0 C 2 A6 5D 48
Octal 166 372 333 65 0 14 2 246 135 110
Binary 1110110 11111010 11011011 110101 0 1100 10 10100110 1011101 1001000

Color Harmonies of #76FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FADB

Black with #76FADB

Text Example


Text Example

White with #76FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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