Html Css Color HEX #76FFCF Aquamarine

📋 copy color: '#76FFCF'

red 118 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #76FFCF

Tints of Aquamarine #76FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 43.97%

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

R = 20.34%
G = 43.97%
B = 35.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#76FFCF (or 0x76FFCF) is known color: Aquamarine. HEX triplet: 76, FF and CF. RGB value is (118,255,207). Sum of RGB (Red+Green+Blue) = 118+255+207=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFCF is #890030. Grayscale: #D0D0D0. Windows color (decimal): -8978481 or 13631350. OLE color: 13631350.

HSL color Cylindrical-coordinate representation of color #76FFCF: hue angle of 158.98º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFCF is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 207 -
CMYK 0.54 0 0.19 0
HSL 158.98º 1% 0.73% -
HSV(B) 158.98º 0.54% 1% -
XYZ 54.49 79.88 71.58 -
YUV 208.57 127.11 63.4 -
System Red Green Blue C M Y K H S L
Decimal 118 255 207 0.54 0 0.19 0 158.98 1 0.73
Hex 76 FF CF 36 0 13 0 9F 64 49
Octal 166 377 317 66 0 23 0 237 144 111
Binary 1110110 11111111 11001111 110110 0 10011 0 10011111 1100100 1001001

Color Harmonies of #76FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFCF

Black with #76FFCF

Text Example


Text Example

White with #76FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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