Html Css Color HEX #7DEEBD Aquamarine

📋 copy color: '#7DEEBD'

red 125 ◦ green 238 ◦ blue 189

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

Shades of Aquamarine #7DEEBD

Tints of Aquamarine #7DEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.12%

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 22.64%
G = 43.12%
B = 34.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#7DEEBD (or 0x7DEEBD) is known color: Aquamarine. HEX triplet: 7D, EE and BD. RGB value is (125,238,189). Sum of RGB (Red+Green+Blue) = 125+238+189=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEBD is #821142. Grayscale: #C6C6C6. Windows color (decimal): -8524099 or 12447357. OLE color: 12447357.

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

Color convert

RGB 125 238 189 -
CMYK 0.47 0 0.21 0.07
HSL 153.98º 0.77% 0.71% -
HSV(B) 153.98º 0.47% 0.93% -
XYZ 48.22 69.18 58.96 -
YUV 198.63 122.56 75.48 -
System Red Green Blue C M Y K H S L
Decimal 125 238 189 0.47 0 0.21 0.07 153.98 0.77 0.71
Hex 7D EE BD 2F 0 15 7 9A 4D 47
Octal 175 356 275 57 0 25 7 232 115 107
Binary 1111101 11101110 10111101 101111 0 10101 111 10011010 1001101 1000111

Color Harmonies of #7DEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEBD

Black with #7DEEBD

Text Example


Text Example

White with #7DEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,238,189); }

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

background-color css

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

 a { background-color: rgb(125,238,189); }

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

border-color css

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

 span { border-color: rgb(125,238,189); }

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