Html Css Color HEX #76F1E4 Aquamarine

📋 copy color: '#76F1E4'

red 118 ◦ green 241 ◦ blue 228

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

Shades of Aquamarine #76F1E4

Tints of Aquamarine #76F1E4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.06%

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 20.1%
G = 41.06%
B = 38.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#76F1E4 (or 0x76F1E4) is known color: Aquamarine. HEX triplet: 76, F1 and E4. RGB value is (118,241,228). Sum of RGB (Red+Green+Blue) = 118+241+228=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #76F1E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F1E4 is #890E1B. Grayscale: #CACACA. Windows color (decimal): -8982044 or 15004022. OLE color: 15004022.

HSL color Cylindrical-coordinate representation of color #76F1E4: hue angle of 173.66º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F1E4 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 241 228 -
CMYK 0.51 0 0.05 0.05
HSL 173.66º 0.81% 0.7% -
HSV(B) 173.66º 0.51% 0.95% -
XYZ 52.93 72.36 84.58 -
YUV 202.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 118 241 228 0.51 0 0.05 0.05 173.66 0.81 0.7
Hex 76 F1 E4 33 0 5 5 AE 51 46
Octal 166 361 344 63 0 5 5 256 121 106
Binary 1110110 11110001 11100100 110011 0 101 101 10101110 1010001 1000110

Color Harmonies of #76F1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F1E4

Black with #76F1E4

Text Example


Text Example

White with #76F1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,241,228); }

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

background-color css

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

 a { background-color: rgb(118,241,228); }

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

border-color css

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

 span { border-color: rgb(118,241,228); }

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