Html Css Color HEX #7DF9C6 Aquamarine

📋 copy color: '#7DF9C6'

red 125 ◦ green 249 ◦ blue 198

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

Shades of Aquamarine #7DF9C6

Tints of Aquamarine #7DF9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 21.85%
G = 43.53%
B = 34.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#7DF9C6 (or 0x7DF9C6) is known color: Aquamarine. HEX triplet: 7D, F9 and C6. RGB value is (125,249,198). Sum of RGB (Red+Green+Blue) = 125+249+198=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF9C6 is #820639. Grayscale: #CECECE. Windows color (decimal): -8521274 or 13039997. OLE color: 13039997.

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

Color convert

RGB 125 249 198 -
CMYK 0.50 0 0.20 0.02
HSL 155.32º 0.91% 0.73% -
HSV(B) 155.32º 0.5% 0.98% -
XYZ 52.53 76.19 65.36 -
YUV 206.11 123.42 70.15 -
System Red Green Blue C M Y K H S L
Decimal 125 249 198 0.50 0 0.20 0.02 155.32 0.91 0.73
Hex 7D F9 C6 32 0 14 2 9B 5B 49
Octal 175 371 306 62 0 24 2 233 133 111
Binary 1111101 11111001 11000110 110010 0 10100 10 10011011 1011011 1001001

Color Harmonies of #7DF9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF9C6

Black with #7DF9C6

Text Example


Text Example

White with #7DF9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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