Html Css Color HEX #76F0CD Aquamarine

📋 copy color: '#76F0CD'

red 118 ◦ green 240 ◦ blue 205

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

Shades of Aquamarine #76F0CD

Tints of Aquamarine #76F0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 20.96%
G = 42.63%
B = 36.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#76F0CD (or 0x76F0CD) is known color: Aquamarine. HEX triplet: 76, F0 and CD. RGB value is (118,240,205). Sum of RGB (Red+Green+Blue) = 118+240+205=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #76F0CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F0CD is #890F32. Grayscale: #C7C7C7. Windows color (decimal): -8982323 or 13496438. OLE color: 13496438.

HSL color Cylindrical-coordinate representation of color #76F0CD: hue angle of 162.79º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F0CD is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 240 205 -
CMYK 0.51 0 0.15 0.06
HSL 162.79º 0.8% 0.7% -
HSV(B) 162.79º 0.51% 0.94% -
XYZ 49.65 70.58 68.76 -
YUV 199.53 131.08 69.85 -
System Red Green Blue C M Y K H S L
Decimal 118 240 205 0.51 0 0.15 0.06 162.79 0.8 0.7
Hex 76 F0 CD 33 0 F 6 A3 50 46
Octal 166 360 315 63 0 17 6 243 120 106
Binary 1110110 11110000 11001101 110011 0 1111 110 10100011 1010000 1000110

Color Harmonies of #76F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F0CD

Black with #76F0CD

Text Example


Text Example

White with #76F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,240,205); }

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

background-color css

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

 a { background-color: rgb(118,240,205); }

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

border-color css

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

 span { border-color: rgb(118,240,205); }

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