Html Css Color HEX #76F1D3 Aquamarine

📋 copy color: '#76F1D3'

red 118 ◦ green 241 ◦ blue 211

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

Shades of Aquamarine #76F1D3

Tints of Aquamarine #76F1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.02%

R = 20.7%
G = 42.28%
B = 37.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#76F1D3 (or 0x76F1D3) is known color: Aquamarine. HEX triplet: 76, F1 and D3. RGB value is (118,241,211). Sum of RGB (Red+Green+Blue) = 118+241+211=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #76F1D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F1D3 is #890E2C. Grayscale: #C8C8C8. Windows color (decimal): -8982061 or 13889910. OLE color: 13889910.

HSL color Cylindrical-coordinate representation of color #76F1D3: hue angle of 165.37º 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 #76F1D3 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 241 211 -
CMYK 0.51 0 0.12 0.05
HSL 165.37º 0.81% 0.7% -
HSV(B) 165.37º 0.51% 0.95% -
XYZ 50.68 71.47 72.75 -
YUV 200.8 133.75 68.94 -
System Red Green Blue C M Y K H S L
Decimal 118 241 211 0.51 0 0.12 0.05 165.37 0.81 0.7
Hex 76 F1 D3 33 0 C 5 A5 51 46
Octal 166 361 323 63 0 14 5 245 121 106
Binary 1110110 11110001 11010011 110011 0 1100 101 10100101 1010001 1000110

Color Harmonies of #76F1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F1D3

Black with #76F1D3

Text Example


Text Example

White with #76F1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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