#7CE9AB

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

Shades of Vista Blue #7CE9AB

Tints of Vista Blue #7CE9AB

Color information

#7CE9AB (or 0x7CE9AB) is unknown color: approx Vista Blue. HEX triplet: 7C, E9 and AB. RGB value is (124,233,171). Sum of RGB (Red+Green+Blue) = 124+233+171=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #7CE9AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE9AB is #831654. Grayscale: #C1C1C1. Windows color (decimal): -8590933 or 11266428. OLE color: 11266428.

HSL color Cylindrical-coordinate representation of color #7CE9AB: hue angle of 145.87º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE9AB is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB124233171-
CMYK0.4700.270.09
HSL145.87º71.24%70%-
HSV(B)145.87º46.78%91.37%-
XYZ44.865.548.81-
YUV193.34115.3978.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.48%
GREEN value IS 233 (91.41% from 255) = 44.13%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=23.48%
G=44.13%
B=32.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1242331710.4700.270.09145.8771.2470
Hex7CE9AB2F01B9924746
Octal1743512535703311222107106
Binary1111100111010011010101110111101101110011001001010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,233,171); }

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

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

 a { background-color: rgb(124,233,171); }

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

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

 span { border-color: rgb(124,233,171); }

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