Html Css Color HEX #76FBC8 Aquamarine

📋 copy color: '#76FBC8'

red 118 ◦ green 251 ◦ blue 200

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

Shades of Aquamarine #76FBC8

Tints of Aquamarine #76FBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.15%

R = 20.74%
G = 44.11%
B = 35.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#76FBC8 (or 0x76FBC8) is known color: Aquamarine. HEX triplet: 76, FB and C8. RGB value is (118,251,200). Sum of RGB (Red+Green+Blue) = 118+251+200=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FBC8 is #890437. Grayscale: #CDCDCD. Windows color (decimal): -8979512 or 13171574. OLE color: 13171574.

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

Color convert

RGB 118 251 200 -
CMYK 0.53 0 0.20 0.02
HSL 156.99º 0.94% 0.72% -
HSV(B) 156.99º 0.53% 0.98% -
XYZ 52.39 77.02 66.75 -
YUV 205.42 124.94 65.65 -
System Red Green Blue C M Y K H S L
Decimal 118 251 200 0.53 0 0.20 0.02 156.99 0.94 0.72
Hex 76 FB C8 35 0 14 2 9D 5E 48
Octal 166 373 310 65 0 24 2 235 136 110
Binary 1110110 11111011 11001000 110101 0 10100 10 10011101 1011110 1001000

Color Harmonies of #76FBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FBC8

Black with #76FBC8

Text Example


Text Example

White with #76FBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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