Html Css Color HEX #7DF2BA Aquamarine

📋 copy color: '#7DF2BA'

red 125 ◦ green 242 ◦ blue 186

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

Shades of Aquamarine #7DF2BA

Tints of Aquamarine #7DF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.76%

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

R = 22.6%
G = 43.76%
B = 33.63%

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

#7DF2BA (or 0x7DF2BA) is known color: Aquamarine. HEX triplet: 7D, F2 and BA. RGB value is (125,242,186). Sum of RGB (Red+Green+Blue) = 125+242+186=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2BA is #820D45. Grayscale: #C8C8C8. Windows color (decimal): -8523078 or 12251773. OLE color: 12251773.

HSL color Cylindrical-coordinate representation of color #7DF2BA: hue angle of 151.28º degrees, saturation: 0.82, 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 #7DF2BA is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 186 -
CMYK 0.48 0 0.23 0.05
HSL 151.28º 0.82% 0.72% -
HSV(B) 151.28º 0.48% 0.95% -
XYZ 49.07 71.41 57.65 -
YUV 200.63 119.74 74.05 -
System Red Green Blue C M Y K H S L
Decimal 125 242 186 0.48 0 0.23 0.05 151.28 0.82 0.72
Hex 7D F2 BA 30 0 17 5 97 52 48
Octal 175 362 272 60 0 27 5 227 122 110
Binary 1111101 11110010 10111010 110000 0 10111 101 10010111 1010010 1001000

Color Harmonies of #7DF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2BA

Black with #7DF2BA

Text Example


Text Example

White with #7DF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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