Html Css Color HEX #7DF1BA Aquamarine

📋 copy color: '#7DF1BA'

red 125 ◦ green 241 ◦ blue 186

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

Shades of Aquamarine #7DF1BA

Tints of Aquamarine #7DF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.66%

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 22.64%
G = 43.66%
B = 33.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#7DF1BA (or 0x7DF1BA) is known color: Aquamarine. HEX triplet: 7D, F1 and BA. RGB value is (125,241,186). Sum of RGB (Red+Green+Blue) = 125+241+186=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1BA is #820E45. Grayscale: #C8C8C8. Windows color (decimal): -8523334 or 12251517. OLE color: 12251517.

HSL color Cylindrical-coordinate representation of color #7DF1BA: hue angle of 151.55º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1BA is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 241 186 -
CMYK 0.48 0 0.23 0.05
HSL 151.55º 0.81% 0.72% -
HSV(B) 151.55º 0.48% 0.95% -
XYZ 48.78 70.82 57.55 -
YUV 200.05 120.07 74.47 -
System Red Green Blue C M Y K H S L
Decimal 125 241 186 0.48 0 0.23 0.05 151.55 0.81 0.72
Hex 7D F1 BA 30 0 17 5 98 51 48
Octal 175 361 272 60 0 27 5 230 121 110
Binary 1111101 11110001 10111010 110000 0 10111 101 10011000 1010001 1001000

Color Harmonies of #7DF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF1BA

Black with #7DF1BA

Text Example


Text Example

White with #7DF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,241,186); }

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

background-color css

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

 a { background-color: rgb(125,241,186); }

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

border-color css

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

 span { border-color: rgb(125,241,186); }

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