Html Css Color HEX #76FBC1 Aquamarine

📋 copy color: '#76FBC1'

red 118 ◦ green 251 ◦ blue 193

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

Shades of Aquamarine #76FBC1

Tints of Aquamarine #76FBC1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.66%

 BLUE value IS 193 (75.78% from 255) = 34.34%

R = 21%
G = 44.66%
B = 34.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#76FBC1 (or 0x76FBC1) is known color: Aquamarine. HEX triplet: 76, FB and C1. RGB value is (118,251,193). Sum of RGB (Red+Green+Blue) = 118+251+193=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FBC1 is #89043E. Grayscale: #CCCCCC. Windows color (decimal): -8979519 or 12712822. OLE color: 12712822.

HSL color Cylindrical-coordinate representation of color #76FBC1: hue angle of 153.83º degrees, saturation: 0.94, 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 #76FBC1 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 251 193 -
CMYK 0.53 0 0.23 0.02
HSL 153.83º 0.94% 0.72% -
HSV(B) 153.83º 0.53% 0.98% -
XYZ 51.59 76.7 62.54 -
YUV 204.62 121.44 66.22 -
System Red Green Blue C M Y K H S L
Decimal 118 251 193 0.53 0 0.23 0.02 153.83 0.94 0.72
Hex 76 FB C1 35 0 17 2 9A 5E 48
Octal 166 373 301 65 0 27 2 232 136 110
Binary 1110110 11111011 11000001 110101 0 10111 10 10011010 1011110 1001000

Color Harmonies of #76FBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FBC1

Black with #76FBC1

Text Example


Text Example

White with #76FBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,251,193); }

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

background-color css

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

 a { background-color: rgb(118,251,193); }

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

border-color css

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

 span { border-color: rgb(118,251,193); }

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