Html Css Color HEX #7DECBE Aquamarine

📋 copy color: '#7DECBE'

red 125 ◦ green 236 ◦ blue 190

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

Shades of Aquamarine #7DECBE

Tints of Aquamarine #7DECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.83%

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 22.69%
G = 42.83%
B = 34.48%

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

#7DECBE (or 0x7DECBE) is known color: Aquamarine. HEX triplet: 7D, EC and BE. RGB value is (125,236,190). Sum of RGB (Red+Green+Blue) = 125+236+190=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DECBE is #821341. Grayscale: #C5C5C5. Windows color (decimal): -8524610 or 12512381. OLE color: 12512381.

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

Color convert

RGB 125 236 190 -
CMYK 0.47 0 0.19 0.07
HSL 155.14º 0.74% 0.71% -
HSV(B) 155.14º 0.47% 0.93% -
XYZ 47.75 68.07 59.34 -
YUV 197.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 125 236 190 0.47 0 0.19 0.07 155.14 0.74 0.71
Hex 7D EC BE 2F 0 13 7 9B 4A 47
Octal 175 354 276 57 0 23 7 233 112 107
Binary 1111101 11101100 10111110 101111 0 10011 111 10011011 1001010 1000111

Color Harmonies of #7DECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DECBE

Black with #7DECBE

Text Example


Text Example

White with #7DECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,236,190); }

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

background-color css

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

 a { background-color: rgb(125,236,190); }

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

border-color css

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

 span { border-color: rgb(125,236,190); }

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