Html Css Color HEX #7DFAC0 Aquamarine

📋 copy color: '#7DFAC0'

red 125 ◦ green 250 ◦ blue 192

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

Shades of Aquamarine #7DFAC0

Tints of Aquamarine #7DFAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.09%

 BLUE value IS 192 (75.39% from 255) = 33.86%

R = 22.05%
G = 44.09%
B = 33.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#7DFAC0 (or 0x7DFAC0) is known color: Aquamarine. HEX triplet: 7D, FA and C0. RGB value is (125,250,192). Sum of RGB (Red+Green+Blue) = 125+250+192=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFAC0 is #82053F. Grayscale: #CECECE. Windows color (decimal): -8521024 or 12647037. OLE color: 12647037.

HSL color Cylindrical-coordinate representation of color #7DFAC0: hue angle of 152.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFAC0 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 250 192 -
CMYK 0.50 0 0.23 0.02
HSL 152.16º 0.93% 0.74% -
HSV(B) 152.16º 0.5% 0.98% -
XYZ 52.16 76.54 61.89 -
YUV 206.01 120.09 70.22 -
System Red Green Blue C M Y K H S L
Decimal 125 250 192 0.50 0 0.23 0.02 152.16 0.93 0.74
Hex 7D FA C0 32 0 17 2 98 5D 4A
Octal 175 372 300 62 0 27 2 230 135 112
Binary 1111101 11111010 11000000 110010 0 10111 10 10011000 1011101 1001010

Color Harmonies of #7DFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFAC0

Black with #7DFAC0

Text Example


Text Example

White with #7DFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,250,192); }

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

background-color css

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

 a { background-color: rgb(125,250,192); }

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

border-color css

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

 span { border-color: rgb(125,250,192); }

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