Html Css Color HEX #7BFAE6 Aquamarine

📋 copy color: '#7BFAE6'

red 123 ◦ green 250 ◦ blue 230

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

Shades of Aquamarine #7BFAE6

Tints of Aquamarine #7BFAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.14%

R = 20.4%
G = 41.46%
B = 38.14%

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

#7BFAE6 (or 0x7BFAE6) is known color: Aquamarine. HEX triplet: 7B, FA and E6. RGB value is (123,250,230). Sum of RGB (Red+Green+Blue) = 123+250+230=603 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.40% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAE6 is #840519. Grayscale: #D1D1D1. Windows color (decimal): -8652058 or 15137403. OLE color: 15137403.

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

Color convert

RGB 123 250 230 -
CMYK 0.51 0 0.08 0.02
HSL 170.55º 0.93% 0.73% -
HSV(B) 170.55º 0.51% 0.98% -
XYZ 56.64 78.3 86.99 -
YUV 209.75 139.42 66.13 -
System Red Green Blue C M Y K H S L
Decimal 123 250 230 0.51 0 0.08 0.02 170.55 0.93 0.73
Hex 7B FA E6 33 0 8 2 AB 5D 49
Octal 173 372 346 63 0 10 2 253 135 111
Binary 1111011 11111010 11100110 110011 0 1000 10 10101011 1011101 1001001

Color Harmonies of #7BFAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFAE6

Black with #7BFAE6

Text Example


Text Example

White with #7BFAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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