Html Css Color HEX #7DF8DF Aquamarine

📋 copy color: '#7DF8DF'

red 125 ◦ green 248 ◦ blue 223

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

Shades of Aquamarine #7DF8DF

Tints of Aquamarine #7DF8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 20.97%
G = 41.61%
B = 37.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#7DF8DF (or 0x7DF8DF) is known color: Aquamarine. HEX triplet: 7D, F8 and DF. RGB value is (125,248,223). Sum of RGB (Red+Green+Blue) = 125+248+223=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF8DF is #820720. Grayscale: #D0D0D0. Windows color (decimal): -8521505 or 14678141. OLE color: 14678141.

HSL color Cylindrical-coordinate representation of color #7DF8DF: hue angle of 167.8º 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 #7DF8DF is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 248 223 -
CMYK 0.50 0 0.10 0.03
HSL 167.8º 0.9% 0.73% -
HSV(B) 167.8º 0.5% 0.97% -
XYZ 55.34 76.82 81.72 -
YUV 208.37 136.25 68.53 -
System Red Green Blue C M Y K H S L
Decimal 125 248 223 0.50 0 0.10 0.03 167.8 0.9 0.73
Hex 7D F8 DF 32 0 A 3 A8 5A 49
Octal 175 370 337 62 0 12 3 250 132 111
Binary 1111101 11111000 11011111 110010 0 1010 11 10101000 1011010 1001001

Color Harmonies of #7DF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF8DF

Black with #7DF8DF

Text Example


Text Example

White with #7DF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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