#7CEFAA

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

Shades of Vista Blue #7CEFAA

Tints of Vista Blue #7CEFAA

Color information

#7CEFAA (or 0x7CEFAA) is unknown color: approx Vista Blue. HEX triplet: 7C, EF and AA. RGB value is (124,239,170). Sum of RGB (Red+Green+Blue) = 124+239+170=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEFAA is #831055. Grayscale: #C4C4C4. Windows color (decimal): -8589398 or 11202428. OLE color: 11202428.

HSL color Cylindrical-coordinate representation of color #7CEFAA: hue angle of 144º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEFAA is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB124239170-
CMYK0.4800.290.06
HSL144º78.23%71.18%-
HSV(B)144º48.12%93.73%-
XYZ46.4368.9248.89-
YUV196.75112.976.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.26%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=23.26%
G=44.84%
B=31.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242391700.4800.290.0614478.2371.18
Hex7CEFAA3001D6904e47
Octal174357252600356220116107
Binary111110011101111101010101100000111011101001000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,239,170); }

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

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

 a { background-color: rgb(124,239,170); }

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

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

 span { border-color: rgb(124,239,170); }

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