Html Css Color HEX #7DEDBA Aquamarine

📋 copy color: '#7DEDBA'

red 125 ◦ green 237 ◦ blue 186

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

Shades of Aquamarine #7DEDBA

Tints of Aquamarine #7DEDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 22.81%
G = 43.25%
B = 33.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#7DEDBA (or 0x7DEDBA) is known color: Aquamarine. HEX triplet: 7D, ED and BA. RGB value is (125,237,186). Sum of RGB (Red+Green+Blue) = 125+237+186=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDBA is #821245. Grayscale: #C5C5C5. Windows color (decimal): -8524358 or 12250493. OLE color: 12250493.

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

Color convert

RGB 125 237 186 -
CMYK 0.47 0 0.22 0.07
HSL 152.68º 0.76% 0.71% -
HSV(B) 152.68º 0.47% 0.93% -
XYZ 47.6 68.47 57.16 -
YUV 197.7 121.39 76.15 -
System Red Green Blue C M Y K H S L
Decimal 125 237 186 0.47 0 0.22 0.07 152.68 0.76 0.71
Hex 7D ED BA 2F 0 16 7 99 4C 47
Octal 175 355 272 57 0 26 7 231 114 107
Binary 1111101 11101101 10111010 101111 0 10110 111 10011001 1001100 1000111

Color Harmonies of #7DEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDBA

Black with #7DEDBA

Text Example


Text Example

White with #7DEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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