#7BFFCA

Color #7BFFCA Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7BFFCA

Tints of Aquamarine #7BFFCA

Color information

#7BFFCA (or 0x7BFFCA) is unknown color: approx Aquamarine. HEX triplet: 7B, FF and CA. RGB value is (123,255,202). Sum of RGB (Red+Green+Blue) = 123+255+202=580 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.21% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFCA is #840035. Grayscale: #D1D1D1. Windows color (decimal): -8650806 or 13303675. OLE color: 13303675.

HSL color Cylindrical-coordinate representation of color #7BFFCA: hue angle of 155.91º 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 #7BFFCA is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB123255202-
CMYK0.5200.210
HSL155.91º100%74.12%-
HSV(B)155.91º51.76%100%-
XYZ54.598068.44-
YUV209.49123.7766.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.21%
GREEN value IS 255 (100% from 255) = 43.97%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=21.21%
G=43.97%
B=34.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232552020.5200.210155.9110074.12
Hex7BFFCA3401509c644a
Octal173377312640250234144112
Binary1111011111111111100101011010001010101001110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BFFCA;
 }
 .AnyTagClassName
 {
   color: #7BFFCA;
 }
</style>
background-color css

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

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

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

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

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

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