Html Css Color HEX #7DF7B0 Aquamarine

📋 copy color: '#7DF7B0'

red 125 ◦ green 247 ◦ blue 176

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

Shades of Aquamarine #7DF7B0

Tints of Aquamarine #7DF7B0

RGB

 RED value IS 125 (49.22% from 255) = 22.81%

 GREEN value IS 247 (96.88% from 255) = 45.07%

 BLUE value IS 176 (69.14% from 255) = 32.12%

R = 22.81%
G = 45.07%
B = 32.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#7DF7B0 (or 0x7DF7B0) is known color: Aquamarine. HEX triplet: 7D, F7 and B0. RGB value is (125,247,176). Sum of RGB (Red+Green+Blue) = 125+247+176=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF7B0 is #82084F. Grayscale: #CACACA. Windows color (decimal): -8521808 or 11597693. OLE color: 11597693.

HSL color Cylindrical-coordinate representation of color #7DF7B0: hue angle of 145.08º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7B0 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 247 176 -
CMYK 0.49 0 0.29 0.03
HSL 145.08º 0.88% 0.73% -
HSV(B) 145.08º 0.49% 0.97% -
XYZ 49.55 74.02 52.75 -
YUV 202.43 113.08 72.77 -
System Red Green Blue C M Y K H S L
Decimal 125 247 176 0.49 0 0.29 0.03 145.08 0.88 0.73
Hex 7D F7 B0 31 0 1D 3 91 58 49
Octal 175 367 260 61 0 35 3 221 130 111
Binary 1111101 11110111 10110000 110001 0 11101 11 10010001 1011000 1001001

Color Harmonies of #7DF7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF7B0

Black with #7DF7B0

Text Example


Text Example

White with #7DF7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DF7B0; }

 p { color: rgb(125,247,176); }

 H1.HeaderClassName
 {
   color: #7DF7B0;
 }
 .AnyTagClassName
 {
   color: #7DF7B0;
 }
</style>

background-color css

<style>
 a { background-color: #7DF7B0; }

 a { background-color: rgb(125,247,176); }

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

border-color css

<style>
 span { border-color: #7DF7B0; }

 span { border-color: rgb(125,247,176); }

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