Html Css Color HEX #7DF8AF Aquamarine

📋 copy color: '#7DF8AF'

red 125 ◦ green 248 ◦ blue 175

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

Shades of Aquamarine #7DF8AF

Tints of Aquamarine #7DF8AF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.26%

 BLUE value IS 175 (68.75% from 255) = 31.93%

R = 22.81%
G = 45.26%
B = 31.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#7DF8AF (or 0x7DF8AF) is known color: Aquamarine. HEX triplet: 7D, F8 and AF. RGB value is (125,248,175). Sum of RGB (Red+Green+Blue) = 125+248+175=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF8AF is #820750. Grayscale: #CBCBCB. Windows color (decimal): -8521553 or 11532413. OLE color: 11532413.

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

Color convert

RGB 125 248 175 -
CMYK 0.50 0 0.29 0.03
HSL 144.39º 0.9% 0.73% -
HSV(B) 144.39º 0.5% 0.97% -
XYZ 49.76 74.59 52.33 -
YUV 202.9 112.25 72.44 -
System Red Green Blue C M Y K H S L
Decimal 125 248 175 0.50 0 0.29 0.03 144.39 0.9 0.73
Hex 7D F8 AF 32 0 1D 3 90 5A 49
Octal 175 370 257 62 0 35 3 220 132 111
Binary 1111101 11111000 10101111 110010 0 11101 11 10010000 1011010 1001001

Color Harmonies of #7DF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF8AF

Black with #7DF8AF

Text Example


Text Example

White with #7DF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,248,175); }

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

background-color css

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

 a { background-color: rgb(125,248,175); }

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

border-color css

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

 span { border-color: rgb(125,248,175); }

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