Html Css Color HEX #7BEBCD Aquamarine

📋 copy color: '#7BEBCD'

red 123 ◦ green 235 ◦ blue 205

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

Shades of Aquamarine #7BEBCD

Tints of Aquamarine #7BEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.74%

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 21.85%
G = 41.74%
B = 36.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#7BEBCD (or 0x7BEBCD) is known color: Aquamarine. HEX triplet: 7B, EB and CD. RGB value is (123,235,205). Sum of RGB (Red+Green+Blue) = 123+235+205=563 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.85% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBCD is #841432. Grayscale: #C6C6C6. Windows color (decimal): -8655923 or 13495163. OLE color: 13495163.

HSL color Cylindrical-coordinate representation of color #7BEBCD: hue angle of 163.93º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBCD is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 235 205 -
CMYK 0.48 0 0.13 0.08
HSL 163.93º 0.74% 0.7% -
HSV(B) 163.93º 0.48% 0.92% -
XYZ 48.9 68.04 68.31 -
YUV 198.09 131.89 74.44 -
System Red Green Blue C M Y K H S L
Decimal 123 235 205 0.48 0 0.13 0.08 163.93 0.74 0.7
Hex 7B EB CD 30 0 D 8 A4 4A 46
Octal 173 353 315 60 0 15 10 244 112 106
Binary 1111011 11101011 11001101 110000 0 1101 1000 10100100 1001010 1000110

Color Harmonies of #7BEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEBCD

Black with #7BEBCD

Text Example


Text Example

White with #7BEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,235,205); }

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

background-color css

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

 a { background-color: rgb(123,235,205); }

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

border-color css

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

 span { border-color: rgb(123,235,205); }

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