Html Css Color HEX #7BEEC2 Aquamarine

📋 copy color: '#7BEEC2'

red 123 ◦ green 238 ◦ blue 194

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

Shades of Aquamarine #7BEEC2

Tints of Aquamarine #7BEEC2

RGB

 RED value IS 123 (48.44% from 255) = 22.16%

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

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

R = 22.16%
G = 42.88%
B = 34.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#7BEEC2 (or 0x7BEEC2) is known color: Aquamarine. HEX triplet: 7B, EE and C2. RGB value is (123,238,194). Sum of RGB (Red+Green+Blue) = 123+238+194=555 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.16% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEC2 is #84113D. Grayscale: #C6C6C6. Windows color (decimal): -8655166 or 12775035. OLE color: 12775035.

HSL color Cylindrical-coordinate representation of color #7BEEC2: hue angle of 157.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEEC2 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 238 194 -
CMYK 0.48 0 0.18 0.07
HSL 157.04º 0.77% 0.71% -
HSV(B) 157.04º 0.48% 0.93% -
XYZ 48.48 69.26 61.85 -
YUV 198.6 125.4 74.08 -
System Red Green Blue C M Y K H S L
Decimal 123 238 194 0.48 0 0.18 0.07 157.04 0.77 0.71
Hex 7B EE C2 30 0 12 7 9D 4D 47
Octal 173 356 302 60 0 22 7 235 115 107
Binary 1111011 11101110 11000010 110000 0 10010 111 10011101 1001101 1000111

Color Harmonies of #7BEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEC2

Black with #7BEEC2

Text Example


Text Example

White with #7BEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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