Html Css Color HEX #7DFFCD Aquamarine

📋 copy color: '#7DFFCD'

red 125 ◦ green 255 ◦ blue 205

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

Shades of Aquamarine #7DFFCD

Tints of Aquamarine #7DFFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 43.59%

 BLUE value IS 205 (80.47% from 255) = 35.04%

R = 21.37%
G = 43.59%
B = 35.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#7DFFCD (or 0x7DFFCD) is known color: Aquamarine. HEX triplet: 7D, FF and CD. RGB value is (125,255,205). Sum of RGB (Red+Green+Blue) = 125+255+205=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFFCD is #820032. Grayscale: #D2D2D2. Windows color (decimal): -8519731 or 13500285. OLE color: 13500285.

HSL color Cylindrical-coordinate representation of color #7DFFCD: hue angle of 156.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFCD is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 205 -
CMYK 0.51 0 0.20 0
HSL 156.92º 1% 0.75% -
HSV(B) 156.92º 0.51% 1% -
XYZ 55.24 80.29 70.34 -
YUV 210.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 125 255 205 0.51 0 0.20 0 156.92 1 0.75
Hex 7D FF CD 33 0 14 0 9D 64 4B
Octal 175 377 315 63 0 24 0 235 144 113
Binary 1111101 11111111 11001101 110011 0 10100 0 10011101 1100100 1001011

Color Harmonies of #7DFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFFCD

Black with #7DFFCD

Text Example


Text Example

White with #7DFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,255,205); }

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

background-color css

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

 a { background-color: rgb(125,255,205); }

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

border-color css

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

 span { border-color: rgb(125,255,205); }

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