Html Css Color HEX #7BFAE5 Aquamarine

📋 copy color: '#7BFAE5'

red 123 ◦ green 250 ◦ blue 229

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

Shades of Aquamarine #7BFAE5

Tints of Aquamarine #7BFAE5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.53%

 BLUE value IS 229 (89.84% from 255) = 38.04%

R = 20.43%
G = 41.53%
B = 38.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#7BFAE5 (or 0x7BFAE5) is known color: Aquamarine. HEX triplet: 7B, FA and E5. RGB value is (123,250,229). Sum of RGB (Red+Green+Blue) = 123+250+229=602 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.43% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAE5 is #84051A. Grayscale: #D1D1D1. Windows color (decimal): -8652059 or 15071867. OLE color: 15071867.

HSL color Cylindrical-coordinate representation of color #7BFAE5: hue angle of 170.08º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAE5 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 250 229 -
CMYK 0.51 0 0.08 0.02
HSL 170.08º 0.93% 0.73% -
HSV(B) 170.08º 0.51% 0.98% -
XYZ 56.5 78.24 86.25 -
YUV 209.63 138.92 66.21 -
System Red Green Blue C M Y K H S L
Decimal 123 250 229 0.51 0 0.08 0.02 170.08 0.93 0.73
Hex 7B FA E5 33 0 8 2 AA 5D 49
Octal 173 372 345 63 0 10 2 252 135 111
Binary 1111011 11111010 11100101 110011 0 1000 10 10101010 1011101 1001001

Color Harmonies of #7BFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFAE5

Black with #7BFAE5

Text Example


Text Example

White with #7BFAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,250,229); }

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

background-color css

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

 a { background-color: rgb(123,250,229); }

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

border-color css

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

 span { border-color: rgb(123,250,229); }

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