Html Css Color HEX #76F3D2 Aquamarine

📋 copy color: '#76F3D2'

red 118 ◦ green 243 ◦ blue 210

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

Shades of Aquamarine #76F3D2

Tints of Aquamarine #76F3D2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.56%

 BLUE value IS 210 (82.42% from 255) = 36.78%

R = 20.67%
G = 42.56%
B = 36.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#76F3D2 (or 0x76F3D2) is known color: Aquamarine. HEX triplet: 76, F3 and D2. RGB value is (118,243,210). Sum of RGB (Red+Green+Blue) = 118+243+210=571 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.67% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #76F3D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F3D2 is #890C2D. Grayscale: #C9C9C9. Windows color (decimal): -8981550 or 13824886. OLE color: 13824886.

HSL color Cylindrical-coordinate representation of color #76F3D2: hue angle of 164.16º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F3D2 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 243 210 -
CMYK 0.51 0 0.14 0.05
HSL 164.16º 0.84% 0.71% -
HSV(B) 164.16º 0.51% 0.95% -
XYZ 51.15 72.61 72.29 -
YUV 201.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 118 243 210 0.51 0 0.14 0.05 164.16 0.84 0.71
Hex 76 F3 D2 33 0 E 5 A4 54 47
Octal 166 363 322 63 0 16 5 244 124 107
Binary 1110110 11110011 11010010 110011 0 1110 101 10100100 1010100 1000111

Color Harmonies of #76F3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F3D2

Black with #76F3D2

Text Example


Text Example

White with #76F3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,243,210); }

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

background-color css

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

 a { background-color: rgb(118,243,210); }

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

border-color css

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

 span { border-color: rgb(118,243,210); }

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