Html Css Color HEX #7BF0DC Aquamarine

📋 copy color: '#7BF0DC'

red 123 ◦ green 240 ◦ blue 220

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

Shades of Aquamarine #7BF0DC

Tints of Aquamarine #7BF0DC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.17%

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 21.1%
G = 41.17%
B = 37.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#7BF0DC (or 0x7BF0DC) is known color: Aquamarine. HEX triplet: 7B, F0 and DC. RGB value is (123,240,220). Sum of RGB (Red+Green+Blue) = 123+240+220=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF0DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF0DC is #840F23. Grayscale: #CACACA. Windows color (decimal): -8654628 or 14479483. OLE color: 14479483.

HSL color Cylindrical-coordinate representation of color #7BF0DC: hue angle of 169.74º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF0DC is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 240 220 -
CMYK 0.49 0 0.08 0.06
HSL 169.74º 0.8% 0.71% -
HSV(B) 169.74º 0.49% 0.94% -
XYZ 52.25 71.7 78.8 -
YUV 202.74 137.74 71.13 -
System Red Green Blue C M Y K H S L
Decimal 123 240 220 0.49 0 0.08 0.06 169.74 0.8 0.71
Hex 7B F0 DC 31 0 8 6 AA 50 47
Octal 173 360 334 61 0 10 6 252 120 107
Binary 1111011 11110000 11011100 110001 0 1000 110 10101010 1010000 1000111

Color Harmonies of #7BF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF0DC

Black with #7BF0DC

Text Example


Text Example

White with #7BF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,240,220); }

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

background-color css

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

 a { background-color: rgb(123,240,220); }

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

border-color css

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

 span { border-color: rgb(123,240,220); }

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