Html Css Color HEX #7DEDB8 Aquamarine

📋 copy color: '#7DEDB8'

red 125 ◦ green 237 ◦ blue 184

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

Shades of Aquamarine #7DEDB8

Tints of Aquamarine #7DEDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.7%

R = 22.89%
G = 43.41%
B = 33.7%

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

#7DEDB8 (or 0x7DEDB8) is known color: Aquamarine. HEX triplet: 7D, ED and B8. RGB value is (125,237,184). Sum of RGB (Red+Green+Blue) = 125+237+184=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDB8 is #821247. Grayscale: #C5C5C5. Windows color (decimal): -8524360 or 12119421. OLE color: 12119421.

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

Color convert

RGB 125 237 184 -
CMYK 0.47 0 0.22 0.07
HSL 151.61º 0.76% 0.71% -
HSV(B) 151.61º 0.47% 0.93% -
XYZ 47.39 68.39 56.05 -
YUV 197.47 120.39 76.31 -
System Red Green Blue C M Y K H S L
Decimal 125 237 184 0.47 0 0.22 0.07 151.61 0.76 0.71
Hex 7D ED B8 2F 0 16 7 98 4C 47
Octal 175 355 270 57 0 26 7 230 114 107
Binary 1111101 11101101 10111000 101111 0 10110 111 10011000 1001100 1000111

Color Harmonies of #7DEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDB8

Black with #7DEDB8

Text Example


Text Example

White with #7DEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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