Html Css Color HEX #76FCCF Aquamarine

📋 copy color: '#76FCCF'

red 118 ◦ green 252 ◦ blue 207

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

Shades of Aquamarine #76FCCF

Tints of Aquamarine #76FCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 20.45%
G = 43.67%
B = 35.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#76FCCF (or 0x76FCCF) is known color: Aquamarine. HEX triplet: 76, FC and CF. RGB value is (118,252,207). Sum of RGB (Red+Green+Blue) = 118+252+207=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCCF is #890330. Grayscale: #CECECE. Windows color (decimal): -8979249 or 13630582. OLE color: 13630582.

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

Color convert

RGB 118 252 207 -
CMYK 0.53 0 0.18 0.01
HSL 159.85º 0.96% 0.73% -
HSV(B) 159.85º 0.53% 0.99% -
XYZ 53.54 77.98 71.26 -
YUV 206.8 128.11 64.66 -
System Red Green Blue C M Y K H S L
Decimal 118 252 207 0.53 0 0.18 0.01 159.85 0.96 0.73
Hex 76 FC CF 35 0 12 1 A0 60 49
Octal 166 374 317 65 0 22 1 240 140 111
Binary 1110110 11111100 11001111 110101 0 10010 1 10100000 1100000 1001001

Color Harmonies of #76FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCCF

Black with #76FCCF

Text Example


Text Example

White with #76FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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