Html Css Color HEX #7BFCDB Aquamarine

📋 copy color: '#7BFCDB'

red 123 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #7BFCDB

Tints of Aquamarine #7BFCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.87%

R = 20.71%
G = 42.42%
B = 36.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7BFCDB (or 0x7BFCDB) is known color: Aquamarine. HEX triplet: 7B, FC and DB. RGB value is (123,252,219). Sum of RGB (Red+Green+Blue) = 123+252+219=594 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.71% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCDB is #840324. Grayscale: #D1D1D1. Windows color (decimal): -8651557 or 14417019. OLE color: 14417019.

HSL color Cylindrical-coordinate representation of color #7BFCDB: hue angle of 164.65º 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 #7BFCDB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 252 219 -
CMYK 0.51 0 0.13 0.01
HSL 164.65º 0.96% 0.74% -
HSV(B) 164.65º 0.51% 0.99% -
XYZ 55.76 78.95 79.32 -
YUV 209.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 123 252 219 0.51 0 0.13 0.01 164.65 0.96 0.74
Hex 7B FC DB 33 0 D 1 A5 60 4A
Octal 173 374 333 63 0 15 1 245 140 112
Binary 1111011 11111100 11011011 110011 0 1101 1 10100101 1100000 1001010

Color Harmonies of #7BFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCDB

Black with #7BFCDB

Text Example


Text Example

White with #7BFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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