Html Css Color HEX #7DEDCC Aquamarine

📋 copy color: '#7DEDCC'

red 125 ◦ green 237 ◦ blue 204

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

Shades of Aquamarine #7DEDCC

Tints of Aquamarine #7DEDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 22.08%
G = 41.87%
B = 36.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#7DEDCC (or 0x7DEDCC) is known color: Aquamarine. HEX triplet: 7D, ED and CC. RGB value is (125,237,204). Sum of RGB (Red+Green+Blue) = 125+237+204=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDCC is #821233. Grayscale: #C7C7C7. Windows color (decimal): -8524340 or 13430141. OLE color: 13430141.

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

Color convert

RGB 125 237 204 -
CMYK 0.47 0 0.14 0.07
HSL 162.32º 0.76% 0.71% -
HSV(B) 162.32º 0.47% 0.93% -
XYZ 49.64 69.29 67.88 -
YUV 199.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 125 237 204 0.47 0 0.14 0.07 162.32 0.76 0.71
Hex 7D ED CC 2F 0 E 7 A2 4C 47
Octal 175 355 314 57 0 16 7 242 114 107
Binary 1111101 11101101 11001100 101111 0 1110 111 10100010 1001100 1000111

Color Harmonies of #7DEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDCC

Black with #7DEDCC

Text Example


Text Example

White with #7DEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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