Html Css Color HEX #76FDE0 Aquamarine

📋 copy color: '#76FDE0'

red 118 ◦ green 253 ◦ blue 224

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

Shades of Aquamarine #76FDE0

Tints of Aquamarine #76FDE0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.52%

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 19.83%
G = 42.52%
B = 37.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#76FDE0 (or 0x76FDE0) is known color: Aquamarine. HEX triplet: 76, FD and E0. RGB value is (118,253,224). Sum of RGB (Red+Green+Blue) = 118+253+224=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FDE0 is #89021F. Grayscale: #D1D1D1. Windows color (decimal): -8978976 or 14744950. OLE color: 14744950.

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

Color convert

RGB 118 253 224 -
CMYK 0.53 0 0.11 0.01
HSL 167.11º 0.97% 0.73% -
HSV(B) 167.11º 0.53% 0.99% -
XYZ 56.05 79.48 82.91 -
YUV 209.33 136.27 62.86 -
System Red Green Blue C M Y K H S L
Decimal 118 253 224 0.53 0 0.11 0.01 167.11 0.97 0.73
Hex 76 FD E0 35 0 B 1 A7 61 49
Octal 166 375 340 65 0 13 1 247 141 111
Binary 1110110 11111101 11100000 110101 0 1011 1 10100111 1100001 1001001

Color Harmonies of #76FDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FDE0

Black with #76FDE0

Text Example


Text Example

White with #76FDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,253,224); }

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

background-color css

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

 a { background-color: rgb(118,253,224); }

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

border-color css

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

 span { border-color: rgb(118,253,224); }

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