Html Css Color HEX #7BECBF Aquamarine

📋 copy color: '#7BECBF'

red 123 ◦ green 236 ◦ blue 191

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

Shades of Aquamarine #7BECBF

Tints of Aquamarine #7BECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 22.36%
G = 42.91%
B = 34.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#7BECBF (or 0x7BECBF) is known color: Aquamarine. HEX triplet: 7B, EC and BF. RGB value is (123,236,191). Sum of RGB (Red+Green+Blue) = 123+236+191=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECBF is #841340. Grayscale: #C5C5C5. Windows color (decimal): -8655681 or 12577915. OLE color: 12577915.

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

Color convert

RGB 123 236 191 -
CMYK 0.48 0 0.19 0.07
HSL 156.11º 0.75% 0.7% -
HSV(B) 156.11º 0.48% 0.93% -
XYZ 47.57 67.96 59.9 -
YUV 197.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 123 236 191 0.48 0 0.19 0.07 156.11 0.75 0.7
Hex 7B EC BF 30 0 13 7 9C 4B 46
Octal 173 354 277 60 0 23 7 234 113 106
Binary 1111011 11101100 10111111 110000 0 10011 111 10011100 1001011 1000110

Color Harmonies of #7BECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECBF

Black with #7BECBF

Text Example


Text Example

White with #7BECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,236,191); }

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

background-color css

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

 a { background-color: rgb(123,236,191); }

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

border-color css

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

 span { border-color: rgb(123,236,191); }

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