Html Css Color HEX #7DF9E1 Aquamarine

📋 copy color: '#7DF9E1'

red 125 ◦ green 249 ◦ blue 225

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

Shades of Aquamarine #7DF9E1

Tints of Aquamarine #7DF9E1

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 20.87%
G = 41.57%
B = 37.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#7DF9E1 (or 0x7DF9E1) is known color: Aquamarine. HEX triplet: 7D, F9 and E1. RGB value is (125,249,225). Sum of RGB (Red+Green+Blue) = 125+249+225=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF9E1 is #82061E. Grayscale: #D1D1D1. Windows color (decimal): -8521247 or 14809469. OLE color: 14809469.

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

Color convert

RGB 125 249 225 -
CMYK 0.50 0 0.10 0.02
HSL 168.39º 0.91% 0.73% -
HSV(B) 168.39º 0.5% 0.98% -
XYZ 55.92 77.55 83.25 -
YUV 209.19 136.92 67.95 -
System Red Green Blue C M Y K H S L
Decimal 125 249 225 0.50 0 0.10 0.02 168.39 0.91 0.73
Hex 7D F9 E1 32 0 A 2 A8 5B 49
Octal 175 371 341 62 0 12 2 250 133 111
Binary 1111101 11111001 11100001 110010 0 1010 10 10101000 1011011 1001001

Color Harmonies of #7DF9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF9E1

Black with #7DF9E1

Text Example


Text Example

White with #7DF9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,249,225); }

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

background-color css

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

 a { background-color: rgb(125,249,225); }

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

border-color css

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

 span { border-color: rgb(125,249,225); }

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