Html Css Color HEX #76EDC3 Aquamarine

📋 copy color: '#76EDC3'

red 118 ◦ green 237 ◦ blue 195

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

Shades of Aquamarine #76EDC3

Tints of Aquamarine #76EDC3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.09%

 BLUE value IS 195 (76.56% from 255) = 35.45%

R = 21.45%
G = 43.09%
B = 35.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#76EDC3 (or 0x76EDC3) is known color: Aquamarine. HEX triplet: 76, ED and C3. RGB value is (118,237,195). Sum of RGB (Red+Green+Blue) = 118+237+195=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EDC3 is #89123C. Grayscale: #C4C4C4. Windows color (decimal): -8983101 or 12840310. OLE color: 12840310.

HSL color Cylindrical-coordinate representation of color #76EDC3: hue angle of 158.82º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EDC3 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 237 195 -
CMYK 0.50 0 0.18 0.07
HSL 158.82º 0.77% 0.7% -
HSV(B) 158.82º 0.5% 0.93% -
XYZ 47.61 68.36 62.32 -
YUV 196.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 118 237 195 0.50 0 0.18 0.07 158.82 0.77 0.7
Hex 76 ED C3 32 0 12 7 9F 4D 46
Octal 166 355 303 62 0 22 7 237 115 106
Binary 1110110 11101101 11000011 110010 0 10010 111 10011111 1001101 1000110

Color Harmonies of #76EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDC3

Black with #76EDC3

Text Example


Text Example

White with #76EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,237,195); }

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

background-color css

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

 a { background-color: rgb(118,237,195); }

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

border-color css

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

 span { border-color: rgb(118,237,195); }

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