Html Css Color HEX #7DECDC Aquamarine

📋 copy color: '#7DECDC'

red 125 ◦ green 236 ◦ blue 220

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

Shades of Aquamarine #7DECDC

Tints of Aquamarine #7DECDC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 21.51%
G = 40.62%
B = 37.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#7DECDC (or 0x7DECDC) is known color: Aquamarine. HEX triplet: 7D, EC and DC. RGB value is (125,236,220). Sum of RGB (Red+Green+Blue) = 125+236+220=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECDC is #821323. Grayscale: #C8C8C8. Windows color (decimal): -8524580 or 14478461. OLE color: 14478461.

HSL color Cylindrical-coordinate representation of color #7DECDC: hue angle of 171.35º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECDC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 220 -
CMYK 0.47 0 0.07 0.07
HSL 171.35º 0.74% 0.71% -
HSV(B) 171.35º 0.47% 0.93% -
XYZ 51.37 69.52 78.42 -
YUV 200.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 125 236 220 0.47 0 0.07 0.07 171.35 0.74 0.71
Hex 7D EC DC 2F 0 7 7 AB 4A 47
Octal 175 354 334 57 0 7 7 253 112 107
Binary 1111101 11101100 11011100 101111 0 111 111 10101011 1001010 1000111

Color Harmonies of #7DECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DECDC

Black with #7DECDC

Text Example


Text Example

White with #7DECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,236,220); }

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

background-color css

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

 a { background-color: rgb(125,236,220); }

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

border-color css

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

 span { border-color: rgb(125,236,220); }

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