Html Css Color HEX #7BEDC5 Aquamarine

📋 copy color: '#7BEDC5'

red 123 ◦ green 237 ◦ blue 197

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

Shades of Aquamarine #7BEDC5

Tints of Aquamarine #7BEDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 22.08%
G = 42.55%
B = 35.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#7BEDC5 (or 0x7BEDC5) is known color: Aquamarine. HEX triplet: 7B, ED and C5. RGB value is (123,237,197). Sum of RGB (Red+Green+Blue) = 123+237+197=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDC5 is #84123A. Grayscale: #C6C6C6. Windows color (decimal): -8655419 or 12971387. OLE color: 12971387.

HSL color Cylindrical-coordinate representation of color #7BEDC5: hue angle of 158.95º degrees, saturation: 0.76, 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 #7BEDC5 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 237 197 -
CMYK 0.48 0 0.17 0.07
HSL 158.95º 0.76% 0.71% -
HSV(B) 158.95º 0.48% 0.93% -
XYZ 48.53 68.81 63.55 -
YUV 198.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 123 237 197 0.48 0 0.17 0.07 158.95 0.76 0.71
Hex 7B ED C5 30 0 11 7 9F 4C 47
Octal 173 355 305 60 0 21 7 237 114 107
Binary 1111011 11101101 11000101 110000 0 10001 111 10011111 1001100 1000111

Color Harmonies of #7BEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEDC5

Black with #7BEDC5

Text Example


Text Example

White with #7BEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,237,197); }

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

background-color css

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

 a { background-color: rgb(123,237,197); }

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

border-color css

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

 span { border-color: rgb(123,237,197); }

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