Html Css Color HEX #7DF9CE Aquamarine

📋 copy color: '#7DF9CE'

red 125 ◦ green 249 ◦ blue 206

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

Shades of Aquamarine #7DF9CE

Tints of Aquamarine #7DF9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 21.55%
G = 42.93%
B = 35.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#7DF9CE (or 0x7DF9CE) is known color: Aquamarine. HEX triplet: 7D, F9 and CE. RGB value is (125,249,206). Sum of RGB (Red+Green+Blue) = 125+249+206=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF9CE is #820631. Grayscale: #CFCFCF. Windows color (decimal): -8521266 or 13564285. OLE color: 13564285.

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

Color convert

RGB 125 249 206 -
CMYK 0.50 0 0.17 0.02
HSL 159.19º 0.91% 0.73% -
HSV(B) 159.19º 0.5% 0.98% -
XYZ 53.47 76.57 70.35 -
YUV 207.02 127.42 69.5 -
System Red Green Blue C M Y K H S L
Decimal 125 249 206 0.50 0 0.17 0.02 159.19 0.91 0.73
Hex 7D F9 CE 32 0 11 2 9F 5B 49
Octal 175 371 316 62 0 21 2 237 133 111
Binary 1111101 11111001 11001110 110010 0 10001 10 10011111 1011011 1001001

Color Harmonies of #7DF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF9CE

Black with #7DF9CE

Text Example


Text Example

White with #7DF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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