Html Css Color HEX #7BFFEA Aquamarine

📋 copy color: '#7BFFEA'

red 123 ◦ green 255 ◦ blue 234

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

Shades of Aquamarine #7BFFEA

Tints of Aquamarine #7BFFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 41.67%

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 20.1%
G = 41.67%
B = 38.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#7BFFEA (or 0x7BFFEA) is known color: Aquamarine. HEX triplet: 7B, FF and EA. RGB value is (123,255,234). Sum of RGB (Red+Green+Blue) = 123+255+234=612 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.10% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFEA is #840015. Grayscale: #D5D5D5. Windows color (decimal): -8650774 or 15400827. OLE color: 15400827.

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

Color convert

RGB 123 255 234 -
CMYK 0.52 0 0.08 0
HSL 170.45º 1% 0.74% -
HSV(B) 170.45º 0.52% 1% -
XYZ 58.78 81.67 90.51 -
YUV 213.14 139.77 63.71 -
System Red Green Blue C M Y K H S L
Decimal 123 255 234 0.52 0 0.08 0 170.45 1 0.74
Hex 7B FF EA 34 0 8 0 AA 64 4A
Octal 173 377 352 64 0 10 0 252 144 112
Binary 1111011 11111111 11101010 110100 0 1000 0 10101010 1100100 1001010

Color Harmonies of #7BFFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFFEA

Black with #7BFFEA

Text Example


Text Example

White with #7BFFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,255,234); }

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

background-color css

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

 a { background-color: rgb(123,255,234); }

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

border-color css

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

 span { border-color: rgb(123,255,234); }

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