#77F7CB

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

Shades of Aquamarine #77F7CB

Tints of Aquamarine #77F7CB

Color information

#77F7CB (or 0x77F7CB) is unknown color: approx Aquamarine. HEX triplet: 77, F7 and CB. RGB value is (119,247,203). Sum of RGB (Red+Green+Blue) = 119+247+203=569 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.91% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F7CB is #880834. Grayscale: #CBCBCB. Windows color (decimal): -8914997 or 13367159. OLE color: 13367159.

HSL color Cylindrical-coordinate representation of color #77F7CB: hue angle of 159.38º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F7CB is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB119247203-
CMYK0.5200.180.03
HSL159.38º88.89%71.76%-
HSV(B)159.38º51.82%96.86%-
XYZ51.6574.7668.21-
YUV203.71127.5967.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.91%
GREEN value IS 247 (96.88% from 255) = 43.41%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=20.91%
G=43.41%
B=35.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192472030.5200.180.03159.3888.8971.76
Hex77F7CB3401239f5948
Octal167367313640223237131110
Binary11101111111011111001011110100010010111001111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77F7CB; }

 p { color: rgb(119,247,203); }

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

<style>
 a { background-color: #77F7CB; }

 a { background-color: rgb(119,247,203); }

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

<style>
 span { border-color: #77F7CB; }

 span { border-color: rgb(119,247,203); }

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