Html Css Color HEX #76EDCA Aquamarine

📋 copy color: '#76EDCA'

red 118 ◦ green 237 ◦ blue 202

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

Shades of Aquamarine #76EDCA

Tints of Aquamarine #76EDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 21.18%
G = 42.55%
B = 36.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#76EDCA (or 0x76EDCA) is known color: Aquamarine. HEX triplet: 76, ED and CA. RGB value is (118,237,202). Sum of RGB (Red+Green+Blue) = 118+237+202=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EDCA is #891235. Grayscale: #C5C5C5. Windows color (decimal): -8983094 or 13299062. OLE color: 13299062.

HSL color Cylindrical-coordinate representation of color #76EDCA: hue angle of 162.35º 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 #76EDCA is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 237 202 -
CMYK 0.50 0 0.15 0.07
HSL 162.35º 0.77% 0.7% -
HSV(B) 162.35º 0.5% 0.93% -
XYZ 48.42 68.68 66.58 -
YUV 197.43 130.58 71.35 -
System Red Green Blue C M Y K H S L
Decimal 118 237 202 0.50 0 0.15 0.07 162.35 0.77 0.7
Hex 76 ED CA 32 0 F 7 A2 4D 46
Octal 166 355 312 62 0 17 7 242 115 106
Binary 1110110 11101101 11001010 110010 0 1111 111 10100010 1001101 1000110

Color Harmonies of #76EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDCA

Black with #76EDCA

Text Example


Text Example

White with #76EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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