Html Css Color HEX #7BF7E6 Aquamarine

📋 copy color: '#7BF7E6'

red 123 ◦ green 247 ◦ blue 230

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

Shades of Aquamarine #7BF7E6

Tints of Aquamarine #7BF7E6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.17%

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

R = 20.5%
G = 41.17%
B = 38.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#7BF7E6 (or 0x7BF7E6) is known color: Aquamarine. HEX triplet: 7B, F7 and E6. RGB value is (123,247,230). Sum of RGB (Red+Green+Blue) = 123+247+230=600 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.5% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #7BF7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF7E6 is #840819. Grayscale: #CFCFCF. Windows color (decimal): -8652826 or 15136635. OLE color: 15136635.

HSL color Cylindrical-coordinate representation of color #7BF7E6: hue angle of 171.77º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF7E6 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 247 230 -
CMYK 0.50 0 0.07 0.03
HSL 171.77º 0.89% 0.73% -
HSV(B) 171.77º 0.5% 0.97% -
XYZ 55.71 76.45 86.68 -
YUV 207.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 123 247 230 0.50 0 0.07 0.03 171.77 0.89 0.73
Hex 7B F7 E6 32 0 7 3 AC 59 49
Octal 173 367 346 62 0 7 3 254 131 111
Binary 1111011 11110111 11100110 110010 0 111 11 10101100 1011001 1001001

Color Harmonies of #7BF7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF7E6

Black with #7BF7E6

Text Example


Text Example

White with #7BF7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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