Html Css Color HEX #7DCEA6 Medium Aquamarine

📋 copy color: '#7DCEA6'

red 125 ◦ green 206 ◦ blue 166

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

Shades of Medium Aquamarine #7DCEA6

Tints of Medium Aquamarine #7DCEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 25.15%
G = 41.45%
B = 33.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#7DCEA6 (or 0x7DCEA6) is known color: Medium Aquamarine. HEX triplet: 7D, CE and A6. RGB value is (125,206,166). Sum of RGB (Red+Green+Blue) = 125+206+166=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEA6 is #823159. Grayscale: #B1B1B1. Windows color (decimal): -8532314 or 10931837. OLE color: 10931837.

HSL color Cylindrical-coordinate representation of color #7DCEA6: hue angle of 150.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEA6 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 166 -
CMYK 0.39 0 0.19 0.19
HSL 150.37º 0.45% 0.65% -
HSV(B) 150.37º 0.39% 0.81% -
XYZ 37.41 51.26 44 -
YUV 177.22 121.66 90.75 -
System Red Green Blue C M Y K H S L
Decimal 125 206 166 0.39 0 0.19 0.19 150.37 0.45 0.65
Hex 7D CE A6 27 0 13 13 96 2D 41
Octal 175 316 246 47 0 23 23 226 55 101
Binary 1111101 11001110 10100110 100111 0 10011 10011 10010110 101101 1000001

Color Harmonies of #7DCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEA6

Black with #7DCEA6

Text Example


Text Example

White with #7DCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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