Html Css Color HEX #76FCC4 Aquamarine

📋 copy color: '#76FCC4'

red 118 ◦ green 252 ◦ blue 196

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

Shades of Aquamarine #76FCC4

Tints of Aquamarine #76FCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.63%

R = 20.85%
G = 44.52%
B = 34.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#76FCC4 (or 0x76FCC4) is known color: Aquamarine. HEX triplet: 76, FC and C4. RGB value is (118,252,196). Sum of RGB (Red+Green+Blue) = 118+252+196=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCC4 is #89033B. Grayscale: #CDCDCD. Windows color (decimal): -8979260 or 12909686. OLE color: 12909686.

HSL color Cylindrical-coordinate representation of color #76FCC4: hue angle of 154.93º 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 #76FCC4 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 252 196 -
CMYK 0.53 0 0.22 0.01
HSL 154.93º 0.96% 0.73% -
HSV(B) 154.93º 0.53% 0.99% -
XYZ 52.25 77.46 64.42 -
YUV 205.55 122.61 65.55 -
System Red Green Blue C M Y K H S L
Decimal 118 252 196 0.53 0 0.22 0.01 154.93 0.96 0.73
Hex 76 FC C4 35 0 16 1 9B 60 49
Octal 166 374 304 65 0 26 1 233 140 111
Binary 1110110 11111100 11000100 110101 0 10110 1 10011011 1100000 1001001

Color Harmonies of #76FCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCC4

Black with #76FCC4

Text Example


Text Example

White with #76FCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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