Html Css Color HEX #7BECCF Aquamarine

📋 copy color: '#7BECCF'

red 123 ◦ green 236 ◦ blue 207

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

Shades of Aquamarine #7BECCF

Tints of Aquamarine #7BECCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 21.73%
G = 41.7%
B = 36.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#7BECCF (or 0x7BECCF) is known color: Aquamarine. HEX triplet: 7B, EC and CF. RGB value is (123,236,207). Sum of RGB (Red+Green+Blue) = 123+236+207=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECCF is #841330. Grayscale: #C6C6C6. Windows color (decimal): -8655665 or 13626491. OLE color: 13626491.

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

Color convert

RGB 123 236 207 -
CMYK 0.48 0 0.12 0.07
HSL 164.6º 0.75% 0.7% -
HSV(B) 164.6º 0.48% 0.93% -
XYZ 49.43 68.71 69.69 -
YUV 198.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 123 236 207 0.48 0 0.12 0.07 164.6 0.75 0.7
Hex 7B EC CF 30 0 C 7 A5 4B 46
Octal 173 354 317 60 0 14 7 245 113 106
Binary 1111011 11101100 11001111 110000 0 1100 111 10100101 1001011 1000110

Color Harmonies of #7BECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECCF

Black with #7BECCF

Text Example


Text Example

White with #7BECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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