Html Css Color HEX #76FCC6 Aquamarine

📋 copy color: '#76FCC6'

red 118 ◦ green 252 ◦ blue 198

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

Shades of Aquamarine #76FCC6

Tints of Aquamarine #76FCC6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.37%

 BLUE value IS 198 (77.73% from 255) = 34.86%

R = 20.77%
G = 44.37%
B = 34.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#76FCC6 (or 0x76FCC6) is known color: Aquamarine. HEX triplet: 76, FC and C6. RGB value is (118,252,198). Sum of RGB (Red+Green+Blue) = 118+252+198=568 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.77% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCC6 is #890339. Grayscale: #CDCDCD. Windows color (decimal): -8979258 or 13040758. OLE color: 13040758.

HSL color Cylindrical-coordinate representation of color #76FCC6: hue angle of 155.82º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FCC6 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 252 198 -
CMYK 0.53 0 0.21 0.01
HSL 155.82º 0.96% 0.73% -
HSV(B) 155.82º 0.53% 0.99% -
XYZ 52.47 77.55 65.63 -
YUV 205.78 123.61 65.39 -
System Red Green Blue C M Y K H S L
Decimal 118 252 198 0.53 0 0.21 0.01 155.82 0.96 0.73
Hex 76 FC C6 35 0 15 1 9C 60 49
Octal 166 374 306 65 0 25 1 234 140 111
Binary 1110110 11111100 11000110 110101 0 10101 1 10011100 1100000 1001001

Color Harmonies of #76FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCC6

Black with #76FCC6

Text Example


Text Example

White with #76FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,252,198); }

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

background-color css

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

 a { background-color: rgb(118,252,198); }

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

border-color css

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

 span { border-color: rgb(118,252,198); }

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