Html Css Color HEX #7BFCD6 Aquamarine

📋 copy color: '#7BFCD6'

red 123 ◦ green 252 ◦ blue 214

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

Shades of Aquamarine #7BFCD6

Tints of Aquamarine #7BFCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.78%

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 20.88%
G = 42.78%
B = 36.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#7BFCD6 (or 0x7BFCD6) is known color: Aquamarine. HEX triplet: 7B, FC and D6. RGB value is (123,252,214). Sum of RGB (Red+Green+Blue) = 123+252+214=589 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.88% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCD6 is #840329. Grayscale: #D1D1D1. Windows color (decimal): -8651562 or 14089339. OLE color: 14089339.

HSL color Cylindrical-coordinate representation of color #7BFCD6: hue angle of 162.33º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCD6 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 252 214 -
CMYK 0.51 0 0.15 0.01
HSL 162.33º 0.96% 0.74% -
HSV(B) 162.33º 0.51% 0.99% -
XYZ 55.12 78.69 75.9 -
YUV 209.1 130.76 66.59 -
System Red Green Blue C M Y K H S L
Decimal 123 252 214 0.51 0 0.15 0.01 162.33 0.96 0.74
Hex 7B FC D6 33 0 F 1 A2 60 4A
Octal 173 374 326 63 0 17 1 242 140 112
Binary 1111011 11111100 11010110 110011 0 1111 1 10100010 1100000 1001010

Color Harmonies of #7BFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCD6

Black with #7BFCD6

Text Example


Text Example

White with #7BFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,252,214); }

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

background-color css

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

 a { background-color: rgb(123,252,214); }

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

border-color css

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

 span { border-color: rgb(123,252,214); }

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