Html Css Color HEX #7DEEC2 Aquamarine

📋 copy color: '#7DEEC2'

red 125 ◦ green 238 ◦ blue 194

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

Shades of Aquamarine #7DEEC2

Tints of Aquamarine #7DEEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.83%

R = 22.44%
G = 42.73%
B = 34.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#7DEEC2 (or 0x7DEEC2) is known color: Aquamarine. HEX triplet: 7D, EE and C2. RGB value is (125,238,194). Sum of RGB (Red+Green+Blue) = 125+238+194=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEC2 is #82113D. Grayscale: #C7C7C7. Windows color (decimal): -8524094 or 12775037. OLE color: 12775037.

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

Color convert

RGB 125 238 194 -
CMYK 0.47 0 0.18 0.07
HSL 156.64º 0.77% 0.71% -
HSV(B) 156.64º 0.47% 0.93% -
XYZ 48.77 69.4 61.86 -
YUV 199.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 125 238 194 0.47 0 0.18 0.07 156.64 0.77 0.71
Hex 7D EE C2 2F 0 12 7 9D 4D 47
Octal 175 356 302 57 0 22 7 235 115 107
Binary 1111101 11101110 11000010 101111 0 10010 111 10011101 1001101 1000111

Color Harmonies of #7DEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEC2

Black with #7DEEC2

Text Example


Text Example

White with #7DEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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