Html Css Color HEX #7BFCDA Aquamarine

📋 copy color: '#7BFCDA'

red 123 ◦ green 252 ◦ blue 218

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

Shades of Aquamarine #7BFCDA

Tints of Aquamarine #7BFCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 20.74%
G = 42.5%
B = 36.76%

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

#7BFCDA (or 0x7BFCDA) is known color: Aquamarine. HEX triplet: 7B, FC and DA. RGB value is (123,252,218). Sum of RGB (Red+Green+Blue) = 123+252+218=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCDA is #840325. Grayscale: #D1D1D1. Windows color (decimal): -8651558 or 14351483. OLE color: 14351483.

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

Color convert

RGB 123 252 218 -
CMYK 0.51 0 0.13 0.01
HSL 164.19º 0.96% 0.74% -
HSV(B) 164.19º 0.51% 0.99% -
XYZ 55.63 78.89 78.63 -
YUV 209.55 132.76 66.26 -
System Red Green Blue C M Y K H S L
Decimal 123 252 218 0.51 0 0.13 0.01 164.19 0.96 0.74
Hex 7B FC DA 33 0 D 1 A4 60 4A
Octal 173 374 332 63 0 15 1 244 140 112
Binary 1111011 11111100 11011010 110011 0 1101 1 10100100 1100000 1001010

Color Harmonies of #7BFCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCDA

Black with #7BFCDA

Text Example


Text Example

White with #7BFCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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