Html Css Color HEX #7DF6C8 Aquamarine

📋 copy color: '#7DF6C8'

red 125 ◦ green 246 ◦ blue 200

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

Shades of Aquamarine #7DF6C8

Tints of Aquamarine #7DF6C8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.08%

 BLUE value IS 200 (78.52% from 255) = 35.03%

R = 21.89%
G = 43.08%
B = 35.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#7DF6C8 (or 0x7DF6C8) is known color: Aquamarine. HEX triplet: 7D, F6 and C8. RGB value is (125,246,200). Sum of RGB (Red+Green+Blue) = 125+246+200=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF6C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF6C8 is #820937. Grayscale: #CCCCCC. Windows color (decimal): -8522040 or 13170301. OLE color: 13170301.

HSL color Cylindrical-coordinate representation of color #7DF6C8: hue angle of 157.19º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF6C8 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 246 200 -
CMYK 0.49 0 0.19 0.04
HSL 157.19º 0.87% 0.73% -
HSV(B) 157.19º 0.49% 0.96% -
XYZ 51.84 74.44 66.28 -
YUV 204.58 125.41 71.24 -
System Red Green Blue C M Y K H S L
Decimal 125 246 200 0.49 0 0.19 0.04 157.19 0.87 0.73
Hex 7D F6 C8 31 0 13 4 9D 57 49
Octal 175 366 310 61 0 23 4 235 127 111
Binary 1111101 11110110 11001000 110001 0 10011 100 10011101 1010111 1001001

Color Harmonies of #7DF6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF6C8

Black with #7DF6C8

Text Example


Text Example

White with #7DF6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,246,200); }

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

background-color css

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

 a { background-color: rgb(125,246,200); }

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

border-color css

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

 span { border-color: rgb(125,246,200); }

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