Html Css Color HEX #7DEDC0 Aquamarine

📋 copy color: '#7DEDC0'

red 125 ◦ green 237 ◦ blue 192

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

Shades of Aquamarine #7DEDC0

Tints of Aquamarine #7DEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 22.56%
G = 42.78%
B = 34.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#7DEDC0 (or 0x7DEDC0) is known color: Aquamarine. HEX triplet: 7D, ED and C0. RGB value is (125,237,192). Sum of RGB (Red+Green+Blue) = 125+237+192=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDC0 is #82123F. Grayscale: #C6C6C6. Windows color (decimal): -8524352 or 12643709. OLE color: 12643709.

HSL color Cylindrical-coordinate representation of color #7DEDC0: hue angle of 155.89º degrees, saturation: 0.76, 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 #7DEDC0 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 237 192 -
CMYK 0.47 0 0.19 0.07
HSL 155.89º 0.76% 0.71% -
HSV(B) 155.89º 0.47% 0.93% -
XYZ 48.26 68.73 60.59 -
YUV 198.38 124.39 75.66 -
System Red Green Blue C M Y K H S L
Decimal 125 237 192 0.47 0 0.19 0.07 155.89 0.76 0.71
Hex 7D ED C0 2F 0 13 7 9C 4C 47
Octal 175 355 300 57 0 23 7 234 114 107
Binary 1111101 11101101 11000000 101111 0 10011 111 10011100 1001100 1000111

Color Harmonies of #7DEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDC0

Black with #7DEDC0

Text Example


Text Example

White with #7DEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,237,192); }

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

background-color css

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

 a { background-color: rgb(125,237,192); }

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

border-color css

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

 span { border-color: rgb(125,237,192); }

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